sytone / obsidian-remote

Run Obsidian.md in a browser via a docker container.
MIT License
1.42k stars 138 forks source link

Where to edit port configuration? #9

Closed h3rb1n4t0r closed 2 years ago

h3rb1n4t0r commented 2 years ago

I am trying to deploy an obsidian-remote container via docker compose using the portainer stack function with the suggested docker compose. Since 8080 is already occupied by another container, i tried to use 6060:6060 which however results in an error when accessing the URL. I suppose, that the basic configuration uses 8080:8080. What file(s) do i have to edit to fire it up on 6060:6060?

sytone commented 2 years ago

Use 6060:8080 this maps port 6060 on your host to port 8080 in the container.

h3rb1n4t0r commented 2 years ago

Thank you sir and have a happy easter!