chore: update docker-compose example

This commit is contained in:
2025-04-27 23:49:49 +01:00
parent ce6bcd2f88
commit 586671a52a

View File

@@ -3,7 +3,7 @@ services:
container_name: photon_dashboard
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
volumes:
- ./db:/var/www/html/db
- ./db:/var/www/html/db # Only required if migrating from SQLite
- type: bind
source: ${DATA_PATH}
target: /var/www/html/data