# Ceci n'est pas une pipe
# https://recap.letzpwn.lu/fr/challenges/web/myctf-web-sql/
#
# docker compose up
services:
  myctf-web-sql:
    image: anssi/myctf-web-sql:latest
    restart: unless-stopped
    ports:
      - "8000:8000"   # http
