Skip to content

Commit

Permalink
chore: CouchDB setup can't be read only
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
  • Loading branch information
heliocastro committed Sep 12, 2024
1 parent 8fbc0d1 commit 4ad4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- "5984:5984"
volumes:
- couchdb:/opt/couchdb/data
- ./config/couchdb/sw360_setup.ini:/opt/couchdb/etc/local.d/sw360_setup.ini:ro
- ./config/couchdb/sw360_setup.ini:/opt/couchdb/etc/local.d/sw360_setup.ini
# - ./config/couchdb/sw360_log.ini:/opt/couchdb/etc/local.d/sw360_log.ini:ro
# - ./logs/couchdb:/opt/couchdb/log
healthcheck:
Expand Down

0 comments on commit 4ad4834

Please sign in to comment.