We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f6f30 commit 6ed88a0Copy full SHA for 6ed88a0
1 file changed
imageroot/systemd/user/listmonk-app.service
@@ -25,6 +25,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/listmonk-app.pid \
25
--cidfile %t/listmonk-app.ctr-id --cgroups=no-conmon \
26
--pod-id-file %t/listmonk.pod-id --replace -d --name listmonk-app \
27
--volume %S/bin/config.toml:/config.toml:Z \
28
+ --volume uploads:/listmonk/uploads/:Z \
29
--env-file=%S/state/listmonk-db.env \
30
--env-file=%S/state/listmonk.env \
31
${LISTMONK_IMAGE} sh -c "yes | ./listmonk --install --config /config.toml && ./listmonk --config /config.toml"
0 commit comments