This commit is contained in:
iFargle
2023-02-17 13:48:02 +09:00
parent 39364e2637
commit 7d8962fe63

View File

@@ -57,5 +57,7 @@ VOLUME /etc/headscale
VOLUME /data
EXPOSE 5000/tcp
ENTRYPOINT ["/app/entrypoint.sh"]
CMD gunicorn -w 4 -b 0.0.0.0:5000 server:app
ENTRYPOINT ["/app/entrypoint.sh"]z
# Temporarily reduce to 1 worker
CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app