Skip to content

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

@Marshy-Madness

Description

@Marshy-Madness

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions