From 9e7769197b7b6c03e709813c6031c43942cbd3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Wed, 18 Jul 2018 23:13:39 +0200 Subject: [PATCH] Fix some typos for YOURLS template --- yourls/content.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yourls/content.md b/yourls/content.md index b0f6392ff..8bf7f32fc 100644 --- a/yourls/content.md +++ b/yourls/content.md @@ -9,8 +9,9 @@ YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener # How to use this image ```console -$ docker run --name some-%%REPO%% --link some-mysql:mysql -d %%IMAGE%% \ - -e YOURLS_SITE="https://example.com" +$ docker run --name some-%%REPO%% --link some-mysql:mysql \ + -e YOURLS_SITE="https://example.com" \ + -d %%IMAGE%% ``` The following environment variables are also honored for configuring your YOURLS instance: @@ -37,7 +38,7 @@ If you'd like to use an external database instead of a linked `mysql` container, ```console $ docker run --name some-%%REPO%%s -e YOURLS_DB_HOST=10.1.2.3:3306 \ - -e YOURLS_DB_USER=... -e YOURLS_DB_PASS=... -d %%REPO%% + -e YOURLS_DB_USER=... -e YOURLS_DB_PASS=... -d %%IMAGE%% ``` ## %%STACK%%