diff --git a/docker-compose.yml b/docker-compose.yml index cdf4c2c..1595516 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file