updating paths for persistance

This commit is contained in:
John Doe
2025-11-29 11:13:31 -05:00
parent 3059568916
commit 3c8ccf5f1d

View File

@@ -86,10 +86,14 @@ services:
security_opt:
- "label=disable"
volumes:
- ./gamevault/config:/config
- ./gamevault/media:/media
- ./gamevault/savefiles:/savefiles
- ./gamevault/logs:/logs
- ./gamevault/db:/db
- ./gamevault/plugins:/plugins
# Mount the folder where your games are
- ${LIBRARY_PATH}:/files
# Mount the folder where GameVault should store its media
- ./gamevault-media:/media
#ports:
# - 8080:8080/tcp
networks: