Fix: Use absolute path for data bind mount instead of relative path
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PORT=4173
|
- PORT=4173
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- /media/ZimaOS-HD/AppData/siteforge/data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user