mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-23 12:47:05 -04:00
Add missing slash
This commit is contained in:
parent
376858a7ad
commit
fccc4f8c30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue