docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
292 B

version: "3.9"
services:
ngircd:
image: ghcr.io/linuxserver/ngircd
container_name: ngircd
environment:
- PUID=1000
- PGID=1000
- /etc/localtime:/etc/localtime
volumes:
- ./ngircd/config:/config
ports:
- 6667:6667
restart: unless-stopped