add nps npc
This commit is contained in:
22
Docker/nps/docker-compose.yml
Normal file
22
Docker/nps/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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-35000:30001-35000 # other
|
||||
volumes:
|
||||
- './conf:/conf'
|
||||
image: ffdfgdfg/nps
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- nps
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user