Fix problems (mailcow, typos, watchtower script)
Mailcow blocked login because "force_pw_update" was true
This commit is contained in:
parent
05e79ae90a
commit
3ce28b14b4
4 changed files with 7 additions and 6 deletions
playbooks/roles/watchtower/files
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue