blob: d538fffe457e6966f09ea7cd7ac1be9fdf1188bb [file] [log] [blame]
avm99963b551f7d2021-01-22 19:50:47 +01001version: "3.8"
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