Skip to content

Commit

Permalink
remove config dir in volume
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 26, 2024
1 parent 19e7880 commit 1b5b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/solidinvoice-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 hmtl-config:/var/www/html/config/:Z \
--volume hmtl-config:/var/www/html/: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 1b5b5ef

Please sign in to comment.