chore: update docker-compose example

This commit is contained in:
2025-01-27 20:43:26 +00:00
parent f0ab442578
commit 9c9410db91
3 changed files with 20 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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