Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


minecraft

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
minecraft [2021/08/27 11:47] alexk7110minecraft [2021/08/28 10:44] (current) – [docker-compose.yml] alexk7110
Line 1: Line 1:
 ====== Minecraft Server Troubleshooting ====== ====== Minecraft Server Troubleshooting ======
 +----
 ===== docker-compose.yml ===== ===== docker-compose.yml =====
- +<code yaml docker-compose.yml> 
-  services: +--- 
-    mc: +services: 
-      image: itzg/minecraft-server +  mc: 
-      ports: +    image: itzg/minecraft-server 
-        - "25565:25565" +    ports: 
-      environment: +      - "25565:25565" 
-        EULA: "TRUE" +    environment: 
-        TZ: "Europe/Athens" +      EULA: "TRUE" 
-        ENABLE_AUTOPAUSE: "TRUE" +      TZ: "Europe/Athens" 
-        OVERRIDE_SERVER_PROPERTIES: "TRUE" +      ENABLE_AUTOPAUSE: "TRUE" 
-        MAX_TICK_TIME: "-1" +      OVERRIDE_SERVER_PROPERTIES: "TRUE" 
-        ENABLE-RCON: "FALSE" +      MAX_TICK_TIME: "-1" 
-        MOTD: "Brand New Minecraft Server" +      ENABLE-RCON: "FALSE" 
-        TYPE: "BUKKIT" +      MOTD: "Brand New Minecraft Server" 
-        VIEW-DISTANCE: 10 +      TYPE: "BUKKIT" 
-        LEVEL-SEED: "-2656282278242786925" +      VIEW-DISTANCE: 10 
-      tty: true +      LEVEL-SEED: "-2656282278242786925" 
-      stdin_open: true +    tty: true 
-      volumes:+    stdin_open: true 
 +    volumes:
       - ${PWD}/data:/data       - ${PWD}/data:/data
-      restart: unless-stopped +    restart: unless-stopped
-     +
-  version: '3.8'+
  
 +version: '3.8'
 +</code>
minecraft.1630054021.txt.gz · Last modified: 2021/08/27 11:47 by alexk7110