Skip to content

Commit

Permalink
feat: added volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 14, 2024
1 parent 29f6f30 commit 6ed88a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/listmonk-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/listmonk-app.pid \
--cidfile %t/listmonk-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/listmonk.pod-id --replace -d --name listmonk-app \
--volume %S/bin/config.toml:/config.toml:Z \
--volume uploads:/listmonk/uploads/:Z \
--env-file=%S/state/listmonk-db.env \
--env-file=%S/state/listmonk.env \
${LISTMONK_IMAGE} sh -c "yes | ./listmonk --install --config /config.toml && ./listmonk --config /config.toml"
Expand Down

0 comments on commit 6ed88a0

Please sign in to comment.