4 lines
106 B
Bash
4 lines
106 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
docker compose run -e WATCHTOWER_RUN_ONCE=true -e WATCHTOWER_NOTIFICATIONS= watchtower
|