fix: chat
This commit is contained in:
@@ -8,8 +8,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- gotify_data:/app/data
|
- gotify_data:/app/data
|
||||||
environment:
|
environment:
|
||||||
- GOTIFY_DEFAULTUSER_NAME=${ADMIN_USER}
|
|
||||||
- GOTIFY_DEFAULTUSER_PASS=${ADMIN_PASSWORD}
|
|
||||||
# Gotify is a Go binary - no wget/curl, but has built-in health endpoint
|
# Gotify is a Go binary - no wget/curl, but has built-in health endpoint
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: ["CMD-SHELL", "nc -z localhost $APP_PORT || exit 1"]
|
# test: ["CMD-SHELL", "nc -z localhost $APP_PORT || exit 1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user