mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-05-20 04:55:23 +02:00
test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user