From fccc4f8c3076995855fc1cdfed54756ae0267e4e Mon Sep 17 00:00:00 2001 From: Daniel Hoherd Date: Mon, 5 Mar 2018 21:05:21 -0800 Subject: [PATCH] Add missing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c77fb23..d1c4d7f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ docker create \ -v /etc/localtime:/etc/localtime:ro \ -v :/config \ -e PGID= -e PUID= \ --e TZ= +-e TZ= \ -p 80:80 \ linuxserver/piwigo ```