Your very own Minecraft server

Wether you want to play by yourself, or with a whole group, it is all possible with your own Minecraft server. And it is easy as well. You will need an account to use the client, but then you can go ahead and play.
Our server is using the map from Hermitcraft 7. It is cool to recognize the locations where the pro’s build their stuff.
Below the YML.
version: "3.7" services: beecraft_server: networks: - beecraft_network image: itzg/minecraft-server container_name: BeeCraft volumes: - beecraft_volume:/data ports: - 25588:25565 environment: - VERSION=LATEST - EULA=TRUE - INIT_MEMORY=1G - MAX_MEMORY=5G volumes: beecraft_volume: external: name: vol_BeeCraft networks: beecraft_network: external: name: beecraft_network
Hits: 3