Skip to content

Commit

Permalink
Fix .yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jan 29, 2024
1 parent e6c6a2d commit 7af4b81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version: "3.6"

services:
test:
image: ${ENGINE_IMAGE:-ghcr.io/minetest-hosting/minetest-docker:main}
image: ${ENGINE_IMAGE:-ghcr.io/minetest-hosting/minetest-docker:5.8.0}

entrypoint: "minetestserver --config /minetest.conf"
user: root
volumes:
- "./:/root/.minetest/mods/bls_mods/"
- "./world.mt:/root/.minetest/worlds/world/world.mt"
- "./minetest.conf:/root/.minetest/minetest.conf"
- "./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"
user: root
volumes:
- "./:/root/.minetest/mods/bls_mods/"
- "./world.mt:/root/.minetest/worlds/world/world.mt"
- "./minetest.conf:/root/.minetest/minetest.conf"
- "./.REPOS/minetest_game/:/root/.minetest/games/minetest_game/"

0 comments on commit 7af4b81

Please sign in to comment.