aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
blob: bee1edf5351ecea0630c6aa2bd820d66d0e0dcb2 (plain) (blame)
1
2
3
4
5
6
7
services:
  maple:
    ports:
      - "1965:1965"
    volumes:
      - "./.maple:/maple/.maple"
    image: "fuwn/maple:latest"