chore(docker): Enable conf directory mount
This commit is contained in:
@@ -534,7 +534,7 @@ services:
|
|||||||
- '8889:8889'
|
- '8889:8889'
|
||||||
volumes:
|
volumes:
|
||||||
- .env:/app/.env
|
- .env:/app/.env
|
||||||
# - ../backend/conf:/app/resources/conf
|
- ../backend/conf:/app/resources/conf
|
||||||
# - ../backend/static:/app/resources/static
|
# - ../backend/static:/app/resources/static
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
|
|||||||
Reference in New Issue
Block a user