Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psu-de committed Jan 2, 2024
1 parent de886a4 commit 0d295ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MineSharp.Bot.IntegrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ./TestServer:/data

0 comments on commit 0d295ed

Please sign in to comment.