Replies: 1 comment 3 replies
-
|
I have not tested Caddy with a local IP address, but this is what I notice at a glance. Try accessing: Other things to fix:
Not
(remove |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this should be easy enough, but I can't get into the UI, so something went wrong in the middle.
I have a Windows machine running a clean Ubuntu in a Virtualbox VM. Network is in Bridged mode so it has direct access to the network. Ubuntu IP is 192.168.88.16.
I edited the docker-compose.yml with the following changes:
Uncomment the https-proxy section.
<YOUR-PUBLIC-HOST-NAME> -> https://192.168.88.16Uncomment #caddy_data:
docker compose up -d seems to work fine and pulls and starts everything.
ufw allow 3000
ufw allow 9993
But on another machine, going to https://192.168.88.16:3000 just returns refused to connect.
I can ssh into the machine from outside the network (home to office) and it's fine, so I don't think it's any firewall issue.
docker ps -a
Ideas?
Beta Was this translation helpful? Give feedback.
All reactions