aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 683bd520e666700245607cd29a0f3f50dba3af42 (plain)
1
2
3
4
5
6
7
8
9
10
---
version: "3"
services:
  acid-banger:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "127.0.0.1:8088:8088"
...