keep examples inline

This commit is contained in:
Andy Miller 2020-03-04 11:42:13 -07:00 committed by GitHub
parent 8cd14d818c
commit 47c803cb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ Point browser to `http://localhost:8000` and create user account...
## Running Grav Image with Latest Grav + Admin with a named volume (can be used in production)
```
docker run -d -p 8000:80 --name grav --restart always -v grav_data:/var/www/html grav:1.0
docker run -d -p 8000:80 --restart always -v grav_data:/var/www/html grav:latest
```