updated Readme

http://localhost/8000 should be http://localhost:8000, at least on my machine
This commit is contained in:
Philipp Wallrich 2018-10-27 11:39:34 +02:00 committed by GitHub
parent a75614edd7
commit 4045c149dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ docker build -t grav:latest .
docker run -p 8000:80 grav:latest
```
Point browser to `http://localhost/8000` and create user account...
Point browser to `http://localhost:8000` and create user account...
## Running local Grav installation
@ -38,4 +38,4 @@ To run in the current directory you can use:
docker run -v `pwd`:/var/www/html:cached -p 8000:80/tcp grav:latest
```
Point browser to `http://localhost/8000` to access your Grav site
Point browser to `http://localhost:8000` to access your Grav site