Closed huweiunique closed 7 months ago
Try switching 6969:80 to 80:6969 in the command
Tested it out:
It seems to work so i suggest if you still have this issue if your local firewall doesn't allow port 6969 yet! You can list all listing ports with: sudo lsof -i -P -n | grep LISTEN and see if the 6969 is in there :) Try to curl it with localhost:6969, then with the host ip and lastly from the place you want to reach it on
Hello, I have deployed the latest version of the 'omnisette-server' Docker image using the command 'docker run -d --restart always --name omnisette -p 6969:80 --volume omnisette_data:/opt/omnisette-server/lib ghcr.io/sidestore/omnisette-server:latest'. However, when I try to access the server via HTTP using the exposed port 6969, I get a 'connection refused' error. Can you please provide guidance on how to properly test the HTTP access to the server after deployment?