Skip to content

Commit 81645d0

Browse files
authored
Merge pull request #12 from danielhoherd/master
Add missing slash
2 parents 376858a + fccc4f8 commit 81645d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docker create \
2727
-v /etc/localtime:/etc/localtime:ro \
2828
-v <path to data>:/config \
2929
-e PGID=<gid> -e PUID=<uid> \
30-
-e TZ=<timezone>
30+
-e TZ=<timezone> \
3131
-p 80:80 \
3232
linuxserver/piwigo
3333
```

0 commit comments

Comments
 (0)