Browse Source

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

* Removed read_only: true

* Update changelog
pull/3662/head
Nuno 2 months ago
committed by GitHub
parent
commit
d1276dc1a7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 1
      docker/docker-compose.yml

4
CHANGELOG.md

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

1
docker/docker-compose.yml

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