1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +12:00

Updated traefik to v2.3

This commit is contained in:
Eldad Fux 2020-09-27 18:01:30 +03:00
parent 5d2b847e5d
commit 892894fb77

View file

@ -2,7 +2,7 @@ version: '3'
services:
traefik:
image: traefik:2.2
image: traefik:2.3
container_name: appwrite-traefik
command:
- --log.level=DEBUG
@ -322,7 +322,7 @@ services:
# - SMARTHOST_PORT=587
redis:
image: redis:6.0-alpine3.12
image: redis:6.0-alpine
container_name: appwrite-redis
restart: unless-stopped
networks: