Update 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora 2021-11-27 17:28:05 +01:00
parent 72f52e1fef
commit 56dd425515

View File

@ -21,5 +21,6 @@ services:
- "traefik.http.routers.otm.rule=Host(`otm.helcel.net`)"
- "traefik.http.routers.otm.tls=true"
- "traefik.http.services.otm.loadbalancer.server.port=8080"
- "traefik.http.routers.otm.middlewares=cors@file"
- "traefik.docker.network=external"
restart: always