mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
Move novnc web-ui to 8081
Fix tcp port 8080 being used twice and move novnc web interface to 127.0.0.1:8081
This commit is contained in:
parent
8945475f8d
commit
6888dac3a7
1 changed files with 2 additions and 2 deletions
|
@ -105,9 +105,9 @@ services:
|
||||||
- DISPLAY_HEIGHT=1080
|
- DISPLAY_HEIGHT=1080
|
||||||
- RUN_XTERM=no
|
- RUN_XTERM=no
|
||||||
ports:
|
ports:
|
||||||
# to view/control ArchiveBox's browser, visit: http://127.0.0.1:8080/vnc.html
|
# to view/control ArchiveBox's browser, visit: http://127.0.0.1:8081/vnc.html
|
||||||
# restricted to access from localhost by default because it has no authentication
|
# restricted to access from localhost by default because it has no authentication
|
||||||
- 127.0.0.1:8080:8080
|
- 127.0.0.1:8081:8080
|
||||||
|
|
||||||
|
|
||||||
### Example: Put Nginx in front of the ArchiveBox server for SSL termination and static file serving.
|
### Example: Put Nginx in front of the ArchiveBox server for SSL termination and static file serving.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue