fix default port number

docker-compose has port 8000, but README had 8080. Setting README to 8000, so it match docker-compose
This commit is contained in:
Slavik
2020-04-13 21:47:22 -07:00
committed by GitHub
parent 4206f60dbe
commit 3c5452e3cf

View File

@@ -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