Skip to content

Commit

Permalink
rev(license-ops): fix missing docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s3nn authored Apr 30, 2024
1 parent a93a4da commit ed92c37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions reverse/license-ops/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.7"

services:
challenge:
image: ghcr.io/cybermouflons/ccsc2024/license-ops:latest
restart: always
ports:
- 1337:1337
build:
context: ./setup
dockerfile: Dockerfile
labels:
ctf.challenge.name: License Ops

0 comments on commit ed92c37

Please sign in to comment.