Add port and disable master server
This commit is contained in:
parent
ff05b9a824
commit
e16d0714c0
@ -5,10 +5,13 @@ services:
|
|||||||
image: "tes3mp/server:0.8.1"
|
image: "tes3mp/server:0.8.1"
|
||||||
environment:
|
environment:
|
||||||
- TES3MP_SERVER_HOSTNAME="Isaac's Server"
|
- TES3MP_SERVER_HOSTNAME="Isaac's Server"
|
||||||
|
- TES3MP_SERVER_PORT=25575
|
||||||
|
# Disable master server
|
||||||
|
- TES3MP_SERVER_ENABLED=false
|
||||||
volumes:
|
volumes:
|
||||||
- "/docker/appdata/tes3mp/data:/server/data"
|
- "/docker/appdata/tes3mp/data:/server/data"
|
||||||
ports:
|
ports:
|
||||||
- "25575:25565/udp"
|
- "25575:25575/udp"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: "ubuntu-server"
|
name: "ubuntu-server"
|
||||||
|
Loading…
Reference in New Issue
Block a user