Fix problems (mailcow, typos, watchtower script)

Mailcow blocked login because "force_pw_update" was true
This commit is contained in:
Tobias Reisinger 2024-11-09 02:32:41 +01:00
parent 05e79ae90a
commit 3ce28b14b4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 6 deletions
playbooks/roles/watchtower/files

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
docker compose run -e WATCHTOWER_RUN_ONCE=true -e WATCHTOWER_NOTIFICATIONS= watchtower
docker compose run --rm -e WATCHTOWER_RUN_ONCE=true app