瀏覽代碼

fix forge version

Tobias M. (Manjaro) 5 年之前
父節點
當前提交
c0c2f1a7ef
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      MC-1.07.10/docker-compose.yml
  2. 1 1
      MC-1.12.2/docker-compose.yml

+ 1 - 1
MC-1.07.10/docker-compose.yml

@@ -13,7 +13,7 @@ services:
       # on Type Forge, by default the container will run the RECOMMENDED version of Forge server
       TYPE: FORGE
       # ...but you can also choose to run a specific version with:
-      FORGEVERSION: TODO 10.13.4.1558
+      FORGEVERSION: 10.13.4.1558
 
       # By default the server configuration will be created and set based on the following environment variables,
       #   but only the first time the server is started.

+ 1 - 1
MC-1.12.2/docker-compose.yml

@@ -13,7 +13,7 @@ services:
       # on Type Forge, by default the container will run the RECOMMENDED version of Forge server
       TYPE: FORGE
       # ...but you can also choose to run a specific version with:
-      FORGEVERSION: TODO 14.23.5.2854
+      FORGEVERSION: 14.23.5.2854
 
       # By default the server configuration will be created and set based on the following environment variables,
       #   but only the first time the server is started.