Merge pull request #12 from danielhoherd/master

Add missing slash
This commit is contained in:
sparklyballs 2018-03-06 09:00:12 +00:00 committed by GitHub
commit 81645d0cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ docker create \
-v /etc/localtime:/etc/localtime:ro \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-e TZ=<timezone>
-e TZ=<timezone> \
-p 80:80 \
linuxserver/piwigo
```