blob: 16a010454e4099a55a58746faee7077e956fd068 [file] [log] [blame]
avm999636b0447c2021-01-25 13:35:04 +01001version: "3.5"
avm9996388e622d2021-01-22 18:57:58 +01002services:
3 bridge:
avm99963b4e79ca2021-01-22 19:45:11 +01004 image: "avm99963/hichipbridge:latest"
avm9996388e622d2021-01-22 18:57:58 +01005 ports:
6 - "8881:25"
7 env_file: .env
8 volumes:
9 - ./config.json:/config.json:ro
10 restart: unless-stopped