Skip to content

Commit

Permalink
add restart: always in compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
abmruman committed Mar 12, 2020
1 parent c2f1b1b commit 663bec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
# Setting container_name disables running multinple instances of this service
container_name: traefik
image: traefik:v2.1
restart: always
command:
- --entrypoints.web.address=:80
- --entrypoints.websecure.address=:443
Expand Down

0 comments on commit 663bec9

Please sign in to comment.