Fix local config example

This commit is contained in:
J0WI 2019-01-11 01:21:25 +01:00
parent f650a7f3a8
commit b2ea99b0bb
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a browse
```console
$ docker run --name some-%%REPO%% -p 8080:80 %%image%%
$ docker run --name some-%%REPO%% -v /local/path/to/config.local.php:/var/www/html/config.local.php -p 8080:80 %%IMAGE%%
```
## Image Variants