Add missing slash

This commit is contained in:
Daniel Hoherd 2018-03-05 21:05:21 -08:00
parent 376858a7ad
commit fccc4f8c30

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
```