Skip to content

Commit

Permalink
modify port
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jan 28, 2024
1 parent d6eb026 commit ddf6c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/joplin.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/joplin.pid %t/joplin.pod-id
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/joplin.pid \
--pod-id-file %t/joplin.pod-id \
--name joplin \
--publish 127.0.0.1:${TCP_PORT}:9200 \
--publish 127.0.0.1:${TCP_PORT}:22300 \
--replace
ExecStart=/usr/bin/podman pod start --pod-id-file %t/joplin.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/joplin.pod-id -t 10
Expand Down

0 comments on commit ddf6c04

Please sign in to comment.