Latest minor versions of traefik and gitea
This commit is contained in:
parent
83ce7893ee
commit
dad5c65ae9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
|
||||
web:
|
||||
image: gitea/gitea:1.13
|
||||
image: gitea/gitea:1
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/gitea_data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
traefik:
|
||||
image: traefik:v2.3
|
||||
image: traefik:v2.4
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- "--api.insecure=false"
|
||||
|
|
Loading…
Reference in a new issue