Skip to content

Commit

Permalink
test: docker compose detach
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent 2850e12 commit 8e4c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup - IA Minecraft Server
run: |
mkdir output
docker compose -f .github/compose/docker-compose.yml up
docker compose -f .github/compose/docker-compose.yml up -d
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}

Expand Down

0 comments on commit 8e4c3c9

Please sign in to comment.