adjust data path
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
context: backend
|
context: backend
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ../.data:/app/data
|
- ./.data:/app/data
|
||||||
- ../config.yaml:/app/config.yaml:ro
|
- ../config.yaml:/app/config.yaml:ro
|
||||||
- ./backend/app:/app/app
|
- ./backend/app:/app/app
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user