Files

21 lines
408 B
YAML

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