diff --git a/conf/bookwyrm-server.service b/conf/bookwyrm-server.service index fb9b151..9f43802 100644 --- a/conf/bookwyrm-server.service +++ b/conf/bookwyrm-server.service @@ -9,7 +9,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ EnvironmentFile=__FINALPATH__/.env -ExecStart=__FINALPATH__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 0.0.0.0:__PORT__ +ExecStart=__FINALPATH__/venv/bin/gunicorn bookwyrm.wsgi:application --bind 127.0.0.1:__PORT__ NoNewPrivileges=yes PrivateTmp=yes