You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Disable healthcheck, doen't work in versioned env
This commit is contained in:
@@ -16,5 +16,3 @@ COPY static ./static
|
||||
EXPOSE 80/tcp
|
||||
|
||||
CMD gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload main:app
|
||||
|
||||
HEALTHCHECK CMD curl -f -L http://localhost/master/ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user