mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed up the traefik compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# must create network first:
|
||||
# docker network create web
|
||||
# TODO: clean up this file with atom
|
||||
###############################################################################
|
||||
# docker-compose up -d
|
||||
###############################################################################
|
||||
|
||||
version: '3.3'
|
||||
|
||||
@@ -40,4 +40,3 @@ services:
|
||||
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https"
|
||||
# middleware redirect
|
||||
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user