Files
compose-template/Docker/nps/docker-compose.yml
2022-06-08 12:23:07 +08:00

23 lines
410 B
YAML

version: '3.3'
services:
nps:
container_name: nps
# network_mode: host
ports:
# - 8111:80 # http
# - 8112:443 # https
- 8024:8024 # bridge
- 8080:8080 # web
- 30001-30200 # other
volumes:
- ./conf:/conf
restart: unless-stopped
image: ffdfgdfg/nps
networks:
nginx:
aliases:
- nps
networks:
nginx:
external: true