diff --git a/examples/docker-compose-generic-pack-atm7.yml b/examples/docker-compose-generic-pack-atm7.yml deleted file mode 100644 index edcfa1b1628..00000000000 --- a/examples/docker-compose-generic-pack-atm7.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: '3.8' - -services: - mc: - image: itzg/minecraft-server - volumes: - - ./data:/data - - ./modpacks:/modpacks:ro - environment: - EULA: "true" - MEMORY: 2G - TYPE: FORGE - VERSION: 1.18.2 - FORGEVERSION: 40.1.30 - # Need to download Server-Files-0.4.13.zip and - # put it in modpacks directory next to this compose file - GENERIC_PACK: /modpacks/Server-Files-0.4.13.zip - ports: - - "25565:25565"