Update README.md

Updated example compose, to properly show internal folder pointing to /app/data, not /data.
This commit is contained in:
eumario 2025-08-01 03:33:02 -05:00
parent 6f920f3f0d
commit f34ad94ea6

View file

@ -23,7 +23,7 @@ services:
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
- ./data:/data - ./data:/app/data
``` ```
This project is currently only setup to be a Single User instance, no login/account system currently This project is currently only setup to be a Single User instance, no login/account system currently