Skip to content

Commit

Permalink
Adiciona flag restart always
Browse files Browse the repository at this point in the history
  • Loading branch information
naaando committed Nov 10, 2023
1 parent fbf2275 commit ecd6603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/start-docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker pull ghcr.io/naaando/planningpoker:master
docker rm -f planningpoker
docker run --name=planningpoker -d -p 9001:80 --env-file .env --add-host=host.docker.internal:host-gateway ghcr.io/naaando/planningpoker:master --restart=always
docker run --name=planningpoker -d -p 9001:80 --restart=always --env-file .env --add-host=host.docker.internal:host-gateway ghcr.io/naaando/planningpoker:master

0 comments on commit ecd6603

Please sign in to comment.