fix volume
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user