1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +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: services:
traefik: traefik:
image: traefik:2.2 image: traefik:2.3
container_name: appwrite-traefik container_name: appwrite-traefik
command: command:
- --log.level=DEBUG - --log.level=DEBUG
@ -322,7 +322,7 @@ services:
# - SMARTHOST_PORT=587 # - SMARTHOST_PORT=587
redis: redis:
image: redis:6.0-alpine3.12 image: redis:6.0-alpine
container_name: appwrite-redis container_name: appwrite-redis
restart: unless-stopped restart: unless-stopped
networks: networks: