Skip to content

Commit

Permalink
💚 fix docker-compose restart parameter (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed May 2, 2023
1 parent 1bfb94b commit fd3e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
dockerfile: ./docker/Dockerfile
entrypoint: /bin/false
image: xthulu
restart: disable
restart: "no"
scale: 0

cache:
Expand Down

0 comments on commit fd3e32b

Please sign in to comment.