diff --git a/docker-compose.yml b/docker-compose.yml index e7338083..12eac973 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -107,7 +107,7 @@ services: ports: # 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 - - 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. @@ -179,7 +179,7 @@ services: # environment: # - INIT_COLLECTION=archivebox # ports: - # - 8080:8080 + # - 8686:8080 # volumes: # - ./data:/archivebox # - ./data/wayback:/webarchive