networks: 1panel-network: external: true services: piwigo: image: "linuxserver/piwigo:latest" container_name: ${CONTAINER_NAME} restart: always networks: - 1panel-network ports: - "${PANEL_APP_PORT_HTTP}:80" volumes: - "${CONFIG_PATH}:/config" - "${GALLERY_PATH}:/gallery" environment: - PUID=1000 - PGID=1000 - TZ=${TIME_ZONE} labels: createdBy: "Apps"