Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External access configuration when using QNAP Dockerstation #51

Open
cralwalker opened this issue Mar 16, 2021 · 1 comment
Open

External access configuration when using QNAP Dockerstation #51

cralwalker opened this issue Mar 16, 2021 · 1 comment

Comments

@cralwalker
Copy link

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
Copy link

cron410 commented May 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants