From 0d295edb33e3031b86be55f2c56b371338eeed04 Mon Sep 17 00:00:00 2001 From: psu Date: Tue, 2 Jan 2024 20:17:36 +0100 Subject: [PATCH] update docker-compose.yml --- MineSharp.Bot.IntegrationTests/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MineSharp.Bot.IntegrationTests/docker-compose.yml b/MineSharp.Bot.IntegrationTests/docker-compose.yml index 7c860691..f5bfb2ef 100644 --- a/MineSharp.Bot.IntegrationTests/docker-compose.yml +++ b/MineSharp.Bot.IntegrationTests/docker-compose.yml @@ -16,7 +16,7 @@ services: GENERATOR_SETTINGS: "{\"lakes\":false,\"features\":false,\"layers\":[{\"block\":\"minecraft:air\",\"height\":1}],\"structures\":{\"structures\":{}}}" # Void preset tty: true stdin_open: true - restart: unless-stopped + # restart: unless-stopped volumes: # attach a directory relative to the directory containing this compose file - - ./TestServer:/data \ No newline at end of file + - ./TestServer:/data