feat: ipv6
This commit is contained in:
parent
ddcdb6f2e8
commit
7e92131765
1 changed files with 1 additions and 1 deletions
|
@ -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 --automigrate
|
daemonize -c /srv/pocketbase -p $pid -u nobody /usr/local/bin/syslogize /usr/bin/pocketbase serve --http [::]:8090 --automigrate
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue