-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
couchserver-1 | touch: cannot touch '/opt/couchdb/etc/local.d/docker.ini': No such file or directory
when I open it.
version: "3.7"
convenient compose file for Self-hosted LiveSync.
Initial Author: @arminus
Modified : @vrtmrz
services:
couchserver:
image: couchdb:3.1.2
ports:
- "5984:5984"
environment:
- COUCHDB_USER=USERNAME
- COUCHDB_PASSWORD=PASSWORD
- COUCHDB_SERVER=URL
volumes:
# The files' owner will be id:5984 when you launch the image.
# Because CouchDB writes on-the-fly configurations into local.ini.
# So when you want to perform git pull or change something, you have to change owners back.
- C:\Services\LiveSync\data\couchdb:/opt/couchdb/data
- C:\Services\LiveSync\conf:/opt/couchdb/etc/
restart: unless-stopped
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels