Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
gomodules
/
hichip2mqtt
/
88e622d4ce617810e73bb4ce3ad796671607b79b
/
.
/
cmd
/
hichipbridge
/
docker-compose.yml
blob: 92e89132f732ec82260a63280dd65f7803a324e5 [
file
] [
log
] [
blame
]
avm99963
88e622d
2021-01-22 18:57:58 +0100
[
diff
] [
blame^
]
1
version:
"3.9"
2
services:
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