chore: update docker-compose example
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
container_name: photon_dashboard
|
container_name: photon_dashboard
|
||||||
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
image: git.jrdn.dev/jordanwalster/photon-dashboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/www/html/db
|
- ./db:/var/www/html/db # Only required if migrating from SQLite
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${DATA_PATH}
|
source: ${DATA_PATH}
|
||||||
target: /var/www/html/data
|
target: /var/www/html/data
|
||||||
|
|||||||
Reference in New Issue
Block a user