fixed up the traefik compose file

This commit is contained in:
2020-03-28 00:43:08 -07:00
parent 027d2926ba
commit bdf2b949f2
+3 -4
View File
@@ -1,6 +1,6 @@
# must create network first: ###############################################################################
# docker network create web # docker-compose up -d
# TODO: clean up this file with atom ###############################################################################
version: '3.3' version: '3.3'
@@ -40,4 +40,3 @@ services:
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https" - "traefik.http.routers.http-catchall.middlewares=redirect-to-https"
# middleware redirect # middleware redirect
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https" - "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"