Skip to content

Commit

Permalink
lxc-docker: abort on any container exit. potentially bad with watchto…
Browse files Browse the repository at this point in the history
…wer updates.
  • Loading branch information
koush committed Oct 17, 2024
1 parent bc4b2c9 commit 207f007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/proxmox/docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ fi
# force a recreate as .env may have changed.
# furthermore force recreate gets the container back into a known state
# which is preferable in case the user has made manual changes and then restarts.
WATCHTOWER_HTTP_API_TOKEN=$(echo $RANDOM | md5sum | head -c 32) docker compose up --force-recreate
WATCHTOWER_HTTP_API_TOKEN=$(echo $RANDOM | md5sum | head -c 32) docker compose up --force-recreate --abort-on-container-exit

0 comments on commit 207f007

Please sign in to comment.