diff --git a/podman-ntfy/10_install.sh b/podman-ntfy/10_install.sh index b82dffc..448b11d 100755 --- a/podman-ntfy/10_install.sh +++ b/podman-ntfy/10_install.sh @@ -22,6 +22,7 @@ fi podman run --name ${container_name} \ -p ${listen_if}:${listen_port}:8080 \ -e TZ='Europe/Paris' \ + -v ${ntfy_data_volume}:/var/lib/ntfy:Z \ -d ${ntfy_image}:${ntfy_version} serve \ --listen-http :8080 --base-url ${GARBAYE_NTFY_BASE_URL} && ( podman logs -f ${container_name} 2>&1 & ) | grep -q 'INFO Listening on' &&