feat: ipv6

This commit is contained in:
f 2023-12-12 10:29:38 -03:00
parent ddcdb6f2e8
commit 7e92131765
No known key found for this signature in database

View file

@ -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