Skip to content

Commit 47c803c

Browse files
authored
keep examples inline
1 parent 8cd14d8 commit 47c803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Point browser to `http://localhost:8000` and create user account...
2929
## Running Grav Image with Latest Grav + Admin with a named volume (can be used in production)
3030

3131
```
32-
docker run -d -p 8000:80 --name grav --restart always -v grav_data:/var/www/html grav:1.0
32+
docker run -d -p 8000:80 --restart always -v grav_data:/var/www/html grav:latest
3333
```

0 commit comments

Comments
 (0)