You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: