Skip to content

Commit

Permalink
Merge pull request #29 from joshdentremont/patch-3
Browse files Browse the repository at this point in the history
add restart unless-stopped to docker compose
  • Loading branch information
alxp authored Jan 18, 2024
2 parents 08fe5ee + 13df6f3 commit c1c8c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"

# Common to all services
x-common: &common
restart: "no"
restart: unless-stopped
tty: true # Required for non-root users with selinux enabled.
security_opt:
- label=type:container_runtime_t # Required for selinux to access the docker socket and bind mount files.
Expand Down

0 comments on commit c1c8c5b

Please sign in to comment.