Fix another REPO vs IMAGE mistake

Thanks @LeoColomb ❤️
This commit is contained in:
Tianon Gravi 2018-07-18 14:17:41 -07:00
parent 8117c12eda
commit af7ffc0116
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ If you'd like to use an external database instead of a linked `mysql` container,
```console
$ docker run --name some-%%REPO%% -e WORDPRESS_DB_HOST=10.1.2.3:3306 \
-e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... -d %%REPO%%
-e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... -d %%IMAGE%%
```
## Docker Secrets