jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

External access configuration when using QNAP Dockerstation #51

Open cralwalker opened 3 years ago

cralwalker commented 3 years ago

Is there a configuration file to map -p 81:1025 \ for external access?

I start the docker on QNAP Dockerstation and not using the command line as suggested;

docker run -d \ --name="blueiris" \ --privileged \ --init \ --restart=always \ -e TZ=America/Los_Angeles \ -p 8080:8080 \ -p 5900:5900 \ -p 81:81 \ -v /path/to/data:/home/wineuser/prefix:rw \ --log-opt max-size=5m --log-opt max-file=2 \ jshridha/blueiris

cron410 commented 3 years ago

Change the -p 81:81 to -p 81:1025 and once you get into Blueiris settings, change the WebUI port to 1025 so it matches. Second number is for the port inside the container, first is the port for outside the container.