Skip to content

Commit

Permalink
update compose.yaml: restart docker unless-stopped
Browse files Browse the repository at this point in the history
Set Auto restart option for container created with docker compose
  • Loading branch information
xick authored Jul 23, 2024
1 parent 1ceeff5 commit faacbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ volumes:
services:
comet:
image: g0ldyy/comet
restart: unless-stopped
container_name: comet
ports:
- "3123:8000"
Expand Down

0 comments on commit faacbce

Please sign in to comment.