Browse Source
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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
1 deletions
-
CHANGELOG.md
-
docker/docker-compose.yml
|
|
@ -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: |
|
|
|