-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
36 lines (33 loc) · 864 Bytes
/
Copy pathcompose.yml
File metadata and controls
36 lines (33 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: "3.9"
services:
minecraft_jungle:
image: itzg/minecraft-server
restart: unless-stopped
environment:
TZ: Europe/Paris
EULA: "TRUE"
OPS: MazexRedstone
ENABLE_COMMAND_BLOCK: "TRUE"
MEMORY: 2G
VERSION: 1.16.5
ICON: https://media.discordapp.net/attachments/507519157387132940/984995267197677598/unknown.png
MOTD: Made in Marc Partensky
ANNOUNCE_PLAYER_ACHIEVEMENTS: "TRUE"
LEVEL: Server
ONLINE_MODE: "FALSE" # no need for an account
DIFFICULTY: hard
VIEW_DISTANCE: 32
# MAX_PLAYERS: 50
# WORLD: $BIND_MOUNTS/minecraft/zip/Server.zip
# SNOOPER_ENABLED: false
volumes:
- /srv/minecraft/jungle:/data
# - minecraft:/data
ports:
- "25564:25565"
networks:
- minecraft
# volumes:
# minecraft:
networks:
minecraft: