BREAKING CHANGE: use default port
This commit is contained in:
parent
05d7bd0ac9
commit
ddcdb6f2e8
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ COPY ./monit.conf /etc/monit.d/pocketbase.conf
|
||||||
|
|
||||||
VOLUME /srv/pocketbase
|
VOLUME /srv/pocketbase
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8090
|
||||||
|
|
|
@ -11,6 +11,6 @@ case $1 in
|
||||||
*)
|
*)
|
||||||
test -f "${pid}" || exit 1
|
test -f "${pid}" || exit 1
|
||||||
|
|
||||||
daemonize -c /srv/pocketbase -p $pid -u nobody /usr/local/bin/syslogize /usr/bin/pocketbase serve --http=0.0.0.0:8080 --automigrate
|
daemonize -c /srv/pocketbase -p $pid -u nobody /usr/local/bin/syslogize /usr/bin/pocketbase serve --automigrate
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue