This commit is contained in:
Oxy8
2026-03-13 19:23:30 -03:00
parent 5badcd8d6f
commit 6b9115e43b

View File

@@ -72,14 +72,7 @@ services:
- "8443:8443" - "8443:8443"
volumes: volumes:
- ./data:/opt/shared-files:Z - ./data:/opt/shared-files:Z
# Persist AnzoGraph state across container recreation (EULA acceptance, machine-id, settings, persistence). - ./data/app_home:/opt/anzograph/app-home:Z
- anzograph_app_home:/opt/anzograph/app-home - ./data/persistence:/opt/anzograph/persistence:Z
- anzograph_persistence:/opt/anzograph/persistence - ./data/config:/opt/anzograph/config:Z
- anzograph_config:/opt/anzograph/config - ./data/internal:/opt/anzograph/internal:Z
- anzograph_internal:/opt/anzograph/internal
volumes:
anzograph_app_home:
anzograph_persistence:
anzograph_config:
anzograph_internal: