Dockerizing WIP #2
This commit is contained in:
parent
a037301b2e
commit
8807c7bfd9
@ -7,7 +7,7 @@ Applications[0]=WebAdmin.KF2ServerAdmin
|
||||
Applications[1]=WebAdmin.KF2ImageServer
|
||||
ApplicationPaths[0]=/ServerAdmin
|
||||
ApplicationPaths[1]=/images
|
||||
ListenPort=8081
|
||||
ListenPort=8080
|
||||
MaxConnections=18
|
||||
ExpirationSeconds=86400
|
||||
bEnabled=true
|
||||
|
@ -919,7 +919,7 @@ MaxLineLength=4096
|
||||
[IPDrv.WebServer]
|
||||
ApplicationPaths[0]=/ServerAdmin
|
||||
ApplicationPaths[1]=/images
|
||||
ListenPort=8081
|
||||
ListenPort=8080
|
||||
MaxConnections=10
|
||||
ExpirationSeconds=86400
|
||||
bEnabled=true
|
||||
|
@ -9,4 +9,15 @@ services:
|
||||
ports:
|
||||
- "7777:7777/udp"
|
||||
- "27015:27015/udp"
|
||||
- "8080:8080"
|
||||
- "8081:8080"
|
||||
|
||||
kf2server2:
|
||||
build: .
|
||||
image: kf2server
|
||||
container_name: kf2server2
|
||||
volumes:
|
||||
- ./configs/server2:/home/kf2server/KFGame/Config
|
||||
ports:
|
||||
- "7779:7779/udp"
|
||||
- "27017:21017/udp"
|
||||
- "8082:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user