You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: