blob: 92e89132f732ec82260a63280dd65f7803a324e5 [file] [log] [blame]
avm9996388e622d2021-01-22 18:57:58 +01001version: "3.9"
2services:
3 bridge:
4 image: "hichipbridge:latest"
5 ports:
6 - "8881:25"
7 env_file: .env
8 volumes:
9 - ./config.json:/config.json:ro
10 restart: unless-stopped