1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

docker(traefik): update to 2.5

This commit is contained in:
Torsten Dittmann 2021-08-18 13:24:25 +02:00
parent f606b14961
commit 474a283cc1
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ $image = $this->getParam('image', '');
services:
traefik:
image: traefik:2.3
image: traefik:2.5
container_name: appwrite-traefik
command:
- --providers.file.directory=/storage/config

View file

@ -7,7 +7,7 @@ version: '3'
services:
traefik:
image: traefik:2.3
image: traefik:2.5
container_name: appwrite-traefik
command:
- --log.level=DEBUG