Skip to content

Commit

Permalink
modify image
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jan 27, 2024
1 parent 23711c1 commit 93f126d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageroot/systemd/user/joplin-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ExecStart=/usr/bin/podman run \
--env=JOPLIN_DBNAME=${POSTGRES_DATABASE} \
--env=JOPLIN_DBUSER=${POSTGRES_USER} \
--env=JOPLIN_DBPASS=${POSTGRES_PASSWORD} \
${JOPLIN_SERVER_IMAGE}
# ${SERVER_IMAGE}
# ${JOPLIN_SERVER_IMAGE}
${SERVER_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/joplin-server.ctr-id -t 10
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/joplin-server.ctr-id
PIDFile=%t/joplin-server.pid
Expand Down

0 comments on commit 93f126d

Please sign in to comment.