From af7ffc0116ba6cd290c8f0f7a2e92e401faeb82b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 18 Jul 2018 14:17:41 -0700 Subject: [PATCH] Fix another REPO vs IMAGE mistake Thanks @LeoColomb :heart: --- wordpress/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/content.md b/wordpress/content.md index eea8e05e6..63d8d07e9 100644 --- a/wordpress/content.md +++ b/wordpress/content.md @@ -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