Skip to content

Commit

Permalink
lxc-docker: ensure a unique WATCHTOWER_HTTP_API_TOKEN is used every l…
Browse files Browse the repository at this point in the history
…aunch
  • Loading branch information
koush committed Oct 10, 2024
1 parent 0e4a94c commit fa38d8c
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.
docker compose up --force-recreate
WATCHTOWER_HTTP_API_TOKEN=$(echo $RANDOM | md5sum | head -c 32) docker compose up --force-recreate

0 comments on commit fa38d8c

Please sign in to comment.