add: vanilla

This commit is contained in:
Didier Slof 2023-01-30 08:59:56 +01:00
parent 005c069df1
commit a46c12f890
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 19 additions and 3 deletions

View file

@ -60,13 +60,28 @@ services:
MOTD: "Stoneblock 3 server"
OPS: "" # no ops
MAX_MEMORY: 20G
ports:
- 25567:25565
volumes:
- /srv/sb3/data:/data
networks:
- minecraft
vanilla:
image: itzg/minecraft-server
container_name: vanilla
environment:
EULA: "TRUE"
TYPE: "vanilla"
VERSION: "LATEST"
OPS: ""
MAX_MEMORY: "20G"
DIFFICULTY: "hard"
MAX_PLAYERS: "20"
volumes:
- /srv/vanillamc/data:/data
networks:
- minecraft
### END MINECRAFT ###
rust: