Skip to content

Commit

Permalink
feat: volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 4, 2024
1 parent d898435 commit 95e18a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/linkstack-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/linkstack-app.pid \
--cidfile %t/linkstack-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/linkstack.pod-id --replace -d --name linkstack-app \
--env-file=%S/state/linkstack.env \
--volume htdocs:/htdocs:Z \
${LINKSTACK_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/linkstack-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP linkstack-app
Expand Down

0 comments on commit 95e18a9

Please sign in to comment.