We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd14d8 commit 47c803cCopy full SHA for 47c803c
README.md
@@ -29,5 +29,5 @@ Point browser to `http://localhost:8000` and create user account...
29
## Running Grav Image with Latest Grav + Admin with a named volume (can be used in production)
30
31
```
32
-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
33
0 commit comments