bambi7-service-catchbox

Simple Web-based file storage A/D service for BambiCTF7 in 2022
git clone https://git.sinitax.com/sinitax/bambi7-service-catchbox
Log | Files | Refs | README | sfeed.txt

docker-compose.yml (172B)


      1version: '3'
      2services:
      3  catchbox:
      4    build: .
      5    volumes:
      6      - ./www:/service
      7    hostname: catchbox
      8    container_name: catchbox-service
      9    ports:
     10      - 9090:80
     11