1
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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