Replies: 1 comment
-
Can you share your docker compose setup, if you are using that? I suspect you are binding port 80 of your couchdb container to port 80 on your host (your raspberry pi). You should be able to bind another free port on your host to port 80 of your couchdb container. In docker compose it would be similar to this: Note the syntax of the line with "port:" and the line below it
Example snippet taken from https://gist.github.com/hamzamu/2c2a12c36f132acfb130278fc0f5ccf0#file-docker-compose-yml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I recently got to know livesync and I tried to configure it. I almost managed to do it. However when configuring Nginx Proxy Manager as a proxy I get errors while building the docker compose since port 80 is already in use by couchDB.
How can I make the two apps co-exist in my raspberry pi?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions