This commit is contained in:
cpu
2025-03-28 20:38:27 +01:00
parent b9199cd964
commit 43cf8801a0
5 changed files with 19 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ ExecStart=/usr/bin/env docker run \
--name=virt-flic-webhook-webpush \
--log-driver=none \
--network=traefik \
--env-file=${APP_PATH}/.env \
--env-file=${APP_PATH}/env \
--label-file=${APP_PATH}/labels \
--mount type=bind,src=${APP_PATH}/subscriptions.json,dst=/app/subscriptions.json \
flic-webhook-webpush