Bugfix/remove read_only true from docker-compose.yml (#3653)

* Removed read_only: true

* Update changelog
pull/3662/head
Nuno 5 months ago committed by GitHub
parent 475bc3b86d
commit d1276dc1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for German (`de`)
### Fixed
- Removed `read_only: true` from the `docker-compose.yml` file to allow `prisma` to run migrations
## 2.103.0 - 2024-08-10
### Changed

@ -2,7 +2,6 @@ services:
ghostfolio:
image: docker.io/ghostfolio/ghostfolio:latest
init: true
read_only: true
cap_drop:
- ALL
security_opt:

Loading…
Cancel
Save