From 3c5452e3cfe4f80e74aaf327800ef301b0c99f7f Mon Sep 17 00:00:00 2001 From: Slavik Date: Mon, 13 Apr 2020 21:47:22 -0700 Subject: [PATCH] fix default port number docker-compose has port 8000, but README had 8080. Setting README to 8000, so it match docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c1657d..865684f8 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ cd photoview $ docker-compose up -d ``` -If the endpoint or the port hasn't been changed in the `docker-compose.yml` file, PhotoView can now be accessed at http://localhost:8080 +If the endpoint or the port hasn't been changed in the `docker-compose.yml` file, PhotoView can now be accessed at http://localhost:8000 ### Initial Setup