mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: docker compose volume syntax
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
- db-network
|
- db-network
|
||||||
- app-network
|
- app-network
|
||||||
volumes:
|
volumes:
|
||||||
- ../api/uploads:/app/uploads
|
- api-data:/app/uploads
|
||||||
depends_on:
|
depends_on:
|
||||||
mongo:
|
mongo:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user