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 eef8dba commit 623af7aCopy full SHA for 623af7a
docker-compose.yml
@@ -28,9 +28,8 @@ services:
28
environment:
29
- APACHE_DOCUMENT_ROOT=/var/www/public
30
labels:
31
- - traefik.docker.network=traefik_webgateway
32
- - traefik.frontend.rule=Host:mvc5playground
33
- - traefik.port=80
+ - "traefik.http.routers.app.rule=Host(`mvc5playground`)"
+ - "traefik.http.routers.app.tls=true"
34
networks:
35
- public
36
working_dir: /var/www
0 commit comments