Latest minor versions of traefik and gitea

This commit is contained in:
Florian Zirker 2021-01-14 21:53:12 +01:00
parent 83ce7893ee
commit dad5c65ae9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@ version: "3.3"
services:
traefik:
image: traefik:v2.3
image: traefik:v2.4
restart: unless-stopped
command:
- "--api.insecure=false"