Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
gomodules
/
hichip2mqtt
/
7270556377744a2c313ef2e40b9eeb7349b60221
/
.
/
cmd
/
hichipbridge
/
docker-compose.yml
blob: 16a010454e4099a55a58746faee7077e956fd068 [
file
] [
log
] [
blame
]
version:
"3.5"
services:
bridge:
image:
"avm99963/hichipbridge:latest"
ports:
-
"8881:25"
env_file:
.env
volumes:
-
./config.json
:
/config.json
:
ro
restart:
unless
-
stopped