fix docker-compose.yml

expose 7447
fix command path
This commit is contained in:
Yasuhiro Matsumoto
2023-06-05 23:42:53 +09:00
parent 9617bd80ce
commit 7023220941

View File

@@ -14,8 +14,9 @@ services:
condition: service_healthy
ports:
- 2700:2700
- 7447:7447
volumes:
- ./nostres:/bin/relay
- ./nostres:/bin
command: "/bin/relay"
elasticsearch: