Change pywb port to 8686

This commit is contained in:
Nick Sweeting 2024-09-22 15:02:23 -04:00 committed by GitHub
parent 6888dac3a7
commit d570f2dfcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,7 @@ services:
ports: ports:
# to view/control ArchiveBox's browser, visit: http://127.0.0.1:8081/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:8081:8080 - 127.0.0.1:8080: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.
@ -179,7 +179,7 @@ services:
# environment: # environment:
# - INIT_COLLECTION=archivebox # - INIT_COLLECTION=archivebox
# ports: # ports:
# - 8080:8080 # - 8686:8080
# volumes: # volumes:
# - ./data:/archivebox # - ./data:/archivebox
# - ./data/wayback:/webarchive # - ./data/wayback:/webarchive