We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054eb6a commit 405a4a0Copy full SHA for 405a4a0
docker-compose.yml
@@ -29,8 +29,9 @@ services:
29
- APACHE_DOCUMENT_ROOT=/var/www/public
30
labels:
31
- "traefik.enable=true"
32
- - "traefik.http.routers.app.rule=Host(`mvc5playground`)"
33
- - "traefik.http.routers.app.tls=true"
+ - "traefik.http.routers.mvc5playground.entrypoints=websecure"
+ - "traefik.http.routers.mvc5playground.rule=Host(`mvc5playground`)"
34
+ - "traefik.http.routers.mvc5playground.tls=true"
35
networks:
36
- public
37
working_dir: /var/www
0 commit comments