diff --git a/docs/images/docker-grav.md b/docs/images/docker-grav.md index d06dcff68..372e955ab 100755 --- a/docs/images/docker-grav.md +++ b/docs/images/docker-grav.md @@ -44,6 +44,10 @@ To use the CLI tools you need to pass the working directory as part of your exec To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -85,7 +89,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `80` | Port for web frontend | +| `80:80` | Port for web frontend | ### Environment Variables (`-e`)