Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I host with an existing proxy like Nginx proxy manager #12

Open
Marshy-Madness opened this issue Feb 7, 2025 · 0 comments
Open

Comments

@Marshy-Madness
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant