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