Fix local config example
This commit is contained in:
parent
f650a7f3a8
commit
b2ea99b0bb
|
|
@ -49,6 +49,7 @@ Then, access it via `http://localhost:8080` or `http://host-ip:8080` in a browse
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run --name some-%%REPO%% -p 8080:80 %%image%%
|
$ 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
|
## Image Variants
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue