Skip to content

Commit

Permalink
pwn(ticket-check, deprecated-hms): fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ChSotiriou committed Jun 30, 2024
1 parent a734d9f commit 91c5337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pwn/deprecated-hms/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
restart: always
ports:
- 1337:1337
image: ghcr.io/cybermouflons/gtbq-2024/deprecated-hms:latest
build:
context: ./setup
dockerfile: Dockerfile
Expand Down
3 changes: 2 additions & 1 deletion pwn/ticket-check/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ services:
restart: always
ports:
- 1337:1337
image: ghcr.io/cybermouflons/gtbq-2024/ticket-check:latest
build:
context: ./setup
dockerfile: Dockerfile
labels:
ctf.challenge.name: ticket-check
ctf.challenge.name: ticket-check

0 comments on commit 91c5337

Please sign in to comment.