From 532fa98ff6b3098cde3e636011f6748e38e1d119 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sun, 20 May 2018 20:02:58 +0200 Subject: [PATCH] README.md fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a70cf09..aa5e59f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ To use this image it must be combined with any Webserver that can proxy the http ## Using the apache image You need at least one other mariadb/mysql-container to link it to Friendica. -The apache image contains a webserver and exposes port 80. To start the container type: +The apache image contains a webserver and exposes port 80. +To start the container type: ```console $ docker run -d -p 8080:80 --link some-mysql:mysql friendica ```