gemastik-xvii-final/gift-voucher/docker-compose.yml

14 lines
260 B
YAML
Raw Permalink Normal View History

2024-09-24 05:54:28 +00:00
services:
gift-voucher:
hostname: gift-voucher
restart: always
build:
context: .
args:
- PASSWORD=PASSWORD_16000
ports:
- "16000:5000"
- "16022:22"
volumes:
- ./flag.txt:/ctf/gift-voucher/flag.txt:ro