From 3914352072f9f0f8253431df74fe68fb7ea7df5e Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 7 Jan 2016 05:20:59 +0000 Subject: [PATCH] Update READMETEMPLATE.md --- template/READMETEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/READMETEMPLATE.md b/template/READMETEMPLATE.md index 2a06a4f..414310a 100644 --- a/template/READMETEMPLATE.md +++ b/template/READMETEMPLATE.md @@ -9,7 +9,9 @@ The [LinuxServer.io](https://www.linuxserver.io/) team brings you another qualit ## Usage ``` -docker create --name= -v /etc/localtime:/etc/localtime:ro -v :/config -e PGID= -e PUID= -p 1234:1234 linuxserver/ +docker create --name= -v /etc/localtime:/etc/localtime:ro -v \ +:/config -e PGID= -e PUID= \ +-p 1234:1234 linuxserver/ ``` **Parameters**