chore: update docker-compose example
This commit is contained in:
@@ -14,7 +14,11 @@ services:
|
||||
ports:
|
||||
- 8090:80
|
||||
volumes:
|
||||
- ./data:/var/www/html/data
|
||||
- type: bind
|
||||
source: ./data
|
||||
target: /var/www/html/data
|
||||
bind:
|
||||
propagation: rshared
|
||||
environment:
|
||||
ADMIN_DOMAIN: photon.jrdn.dev
|
||||
SHARE_DOMAIN: ss.example.com
|
||||
|
||||
10
changelog.md
10
changelog.md
@@ -2,6 +2,16 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v0.0.4] - 2025-01-27
|
||||
|
||||
### Added
|
||||
- Tagged Screenshots pages
|
||||
- Override for default page limit
|
||||
|
||||
### Fixed
|
||||
|
||||
- Bug where selected tags from a previous image wouldn't clear correctly after modal close
|
||||
|
||||
## [v0.0.3] - 2025-01-27
|
||||
|
||||
### Added
|
||||
|
||||
@@ -5,7 +5,11 @@ services:
|
||||
ports:
|
||||
- 8090:80
|
||||
volumes:
|
||||
- ./data:/var/www/html/data
|
||||
- type: bind
|
||||
source: ./data
|
||||
target: /var/www/html/data
|
||||
bind:
|
||||
propagation: rshared
|
||||
environment:
|
||||
ADMIN_DOMAIN: photon.jrdn.dev
|
||||
SHARE_DOMAIN: ss.example.com
|
||||
|
||||
Reference in New Issue
Block a user