Compare commits
2 Commits
ce6bcd2f88
...
0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 77e48ed460 | |||
| 586671a52a |
@@ -2,7 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v0.1.0] - 2025-05-05
|
||||
## [v0.1.0] - 2025-04-27
|
||||
|
||||
### Fixed
|
||||
- Sharing URL Scheme set to `https` regardless of setting in environment variables.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user