Skip to content

Commit 663bec9

Browse files
committed
add restart: always in compose config
1 parent c2f1b1b commit 663bec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
# Setting container_name disables running multinple instances of this service
66
container_name: traefik
77
image: traefik:v2.1
8+
restart: always
89
command:
910
- --entrypoints.web.address=:80
1011
- --entrypoints.websecure.address=:443

0 commit comments

Comments
 (0)