Update docker-compose-pocketid.yml

Aanpassing environment file voor Mobnet omgeving.
This commit is contained in:
2025-11-25 14:20:21 +00:00
parent a74e71d9ca
commit 0708cabcc5

View File

@@ -9,7 +9,7 @@ services:
ports: ports:
- 1411:1411 - 1411:1411
volumes: volumes:
- "./data:/app/data" - ${DOCKER_VOLUME_CONFIG}/pocketid/data:/app/data
# Optional healthcheck # Optional healthcheck
healthcheck: healthcheck:
test: [ "CMD", "/app/pocket-id", "healthcheck" ] test: [ "CMD", "/app/pocket-id", "healthcheck" ]