ninedocker/services/50-piwigo/dockercompose/dockercompose.yml
2024-12-23 16:23:48 +01:00

18 lines
449 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
# piwigo
# Galerie Photos
# Port interne 80
piwigo:
image: reg.cadoles.com/envole/piwigo
container_name: nine-piwigo
restart: unless-stopped
env_file: ./services/50-piwigo/env/.env.merge
networks:
- nine-network
volumes:
- ./services/50-piwigo/volume/data/config:/config
- ./services/50-piwigo/volume/data/gallery:/gallery
#command: /bin/bash -c "/usr/local/bin/install.sh"