Skip to content

Commit

Permalink
engine 5.8.0 and minetest_game as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Dec 5, 2023
1 parent 4e20f74 commit cdf7900
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "minetest_game"]
path = minetest_game
url = https://github.com/minetest/minetest_game
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
minetest:
image: buckaroobanzay/minetest:5.7.0-r1
image: buckaroobanzay/minetest:5.8.0-r1
restart: always
networks:
- terminator
Expand All @@ -13,6 +13,7 @@ services:
- "postgres"
volumes:
- "./data/minetest:/data"
- "./minetest_game:/data/world/game"
- "./data/crashlogs:/crashlogs"
- "./data/minetest/debug.txt:/root/.minetest/debug.txt"
- "./config/metatool.cfg:/data/world/metatool.cfg"
Expand Down
1 change: 1 addition & 0 deletions minetest_game
Submodule minetest_game added at 33d90c

0 comments on commit cdf7900

Please sign in to comment.