hopper
This commit is contained in:
parent
ab43b6244b
commit
8533d4772d
3 changed files with 30 additions and 5 deletions
|
@ -1,6 +1,17 @@
|
|||
version: '2.2'
|
||||
|
||||
networks:
|
||||
minecraft:
|
||||
|
||||
services:
|
||||
hopper:
|
||||
build:
|
||||
context: custom/hopper
|
||||
ports:
|
||||
- 25565:25565
|
||||
networks:
|
||||
- minecraft
|
||||
|
||||
smpxmc:
|
||||
image: itzg/minecraft-server
|
||||
container_name: smpxmc
|
||||
|
@ -19,11 +30,10 @@ services:
|
|||
TYPE: "PAPER"
|
||||
VERSION: "1.19.3"
|
||||
restart: always
|
||||
ports: # 280** and 25565 is allocated to SMPXMC
|
||||
- "25565:25565"
|
||||
#- "28016:28016" # Rcon
|
||||
volumes:
|
||||
- /srv/smpxmc/data:/data
|
||||
networks:
|
||||
- minecraft
|
||||
|
||||
kasmc:
|
||||
image: itzg/minecraft-server
|
||||
|
@ -35,10 +45,10 @@ services:
|
|||
MOTD: "Kas' server"
|
||||
VERSION: "1.16.5"
|
||||
OPS: "Meneer_appel"
|
||||
ports:
|
||||
- 25566:25566
|
||||
volumes:
|
||||
- /srv/kasmc/data:/data
|
||||
networks:
|
||||
- minecraft
|
||||
|
||||
stoneblock3:
|
||||
image: itzg/minecraft-server
|
||||
|
@ -54,6 +64,8 @@ services:
|
|||
- 25567:25565
|
||||
volumes:
|
||||
- /srv/sb3/data:/data
|
||||
networks:
|
||||
- minecraft
|
||||
|
||||
rust:
|
||||
image: didstopia/rust-server:latest
|
||||
|
|
Reference in a new issue