Fix: Use absolute path for data bind mount instead of relative path

This commit is contained in:
nmemmert
2026-04-13 10:48:29 -04:00
parent 063f5d2a0e
commit 0e9d112c44
+1 -1
View File
@@ -8,5 +8,5 @@ services:
environment:
- PORT=4173
volumes:
- ./data:/app/data
- /media/ZimaOS-HD/AppData/siteforge/data:/app/data
restart: unless-stopped