diff --git a/imageroot/systemd/user/joplin.service b/imageroot/systemd/user/joplin.service index 7a859e4..5ca00bf 100644 --- a/imageroot/systemd/user/joplin.service +++ b/imageroot/systemd/user/joplin.service @@ -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