Hi,
I’m trying to install docmost but I already have an app running on port 3000, after I change the port number for host and container in the settings and then install the app from app store dockman returns an error.
I’ve changed the APP_URL to http://[myipaddress]:3500
All my apps are are running fine all installed from the app store the only difference with dockman is that I’ve changed the port numbers numbers. I’m getting an Hmmm… can’t reach this page
Any help would be appreciated.
Thanks
Hello,
It sounds like the issue could be related to changing the container port. Many apps expect to run on a specific port inside the container (even if you map a different host port).
Try changing just the host port and leaving the container port at its default (3000) in your Docker settings. Then restart the container.
If that doesn’t work, check the logs for any error messages, and double-check the app’s docs to see if there are any required steps when customizing ports.
Thanks dragonfire1119 that worked a treat and I’ve learnt something new.
Thanks again.