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.
restart: always
1 parent c2f1b1b commit 663bec9Copy full SHA for 663bec9
docker-compose.yml
@@ -5,6 +5,7 @@ services:
5
# Setting container_name disables running multinple instances of this service
6
container_name: traefik
7
image: traefik:v2.1
8
+ restart: always
9
command:
10
- --entrypoints.web.address=:80
11
- --entrypoints.websecure.address=:443
0 commit comments