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