mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
15 lines
257 B
YAML
15 lines
257 B
YAML
version: "3.8"
|
|
services:
|
|
piwigo:
|
|
image: linuxserver/piwigo:14.5.0
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./data/etc:/config
|
|
- ./data/var:/gallery
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
restart: unless-stopped
|