fix volume

This commit is contained in:
2025-12-10 20:11:39 +02:00
parent 272182521e
commit 88971789b5

View File

@@ -6,7 +6,7 @@ networks:
volumes:
aquila_instance:
# keep this, it stores instance data (if you use it)
aquila_assets:
services:
aquilasoft:
@@ -23,6 +23,6 @@ services:
- "8550"
volumes:
- aquila_instance:/app/instance
- ./assets:/app/assets # 👈 use bind mount instead of named volume
- aquila_assets:/app/assets
networks:
- reverse-proxy