Replies: 3 comments
-
Hello 👋 I wanted to know if there is any way to get some assistance on this? Or if there are any plans to get to this issue at a later time? If not, I can close it out so it doesn't clutter/annoy the maintainers of this repo. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @yottoya, from what I can tell this is probably a firewall problem. Make sure you allow communication for these ports through the network. Also make sure you have your internet IP address up to date and synced with your domain. |
Beta Was this translation helpful? Give feedback.
-
It should be accessible with if you want You shouldn't bind the soft-serve docker ports to the host . Instead nginx should be listening to the ports and forwarding the request to the soft-serve container |
Beta Was this translation helpful? Give feedback.
-
Cannot Get Domain Working with Soft-Serve & Docker
Hello! I've got no idea what I could possibly be doing wrong, and as usual, it's probably something very small I'm missing here...
ssh git.charm.sh
but withssh git.mydomain.com
:)Soft-Serve Server Docker Config:
~/mydockerApps/soft-serve
, and created a docker-compose.yml exactly as in the exampledocker-compose.yml
.docker compose up -d && docker compose logs -f
, it looks like it all starts perfectlyssh -p 23231 192.168.1.101
, I can access the newly created server's terminal GUI.Ngnix Proxy Manager (NPM)
Port forwarding on my router
My Router
23231
&23232
.443
and80
are already exposed for NPM.Cloudflare DNS
*
CNAME
record tomydomain.com
, so NPM will handle all the rest.Soft-Serve Server Config:
(NOTE:) I created and added the "
#Custom Settings
" lines to the bottom of the above config because I thought it would help; I placed my ssh-rsa.pub in there perfectly as well.docker compose up -d && docker compose logs -f
, and it started up perfectly again with no errors (according to the start up logs).ssh -p 23231 192.168.1.101
, but still not viassh git.mydomain.com
.Beta Was this translation helpful? Give feedback.
All reactions