Skip to content

Commit

Permalink
revert removed volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 26, 2024
1 parent 98f9be8 commit ae5fb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imageroot/systemd/user/solidinvoice-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ExecStartPre=-runagent discover-smarthost
ExecStart=/usr/bin/podman run --conmon-pidfile %t/solidinvoice-app.pid \
--cidfile %t/solidinvoice-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/solidinvoice.pod-id --replace -d --name solidinvoice-app \
--volume solidinvoice-app:/opt/srv/:Z \
--volume html-config:/var/www/html/config/:Z \
--env-file=%S/state/app.env \
${SOLIDINVOICE_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/solidinvoice-app.ctr-id -t 10
Expand Down

0 comments on commit ae5fb6b

Please sign in to comment.