mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-09-17 16:53:32 +02:00
fix docker-compose.yml
expose 7447 fix command path
This commit is contained in:
@@ -14,8 +14,9 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- 2700:2700
|
- 2700:2700
|
||||||
|
- 7447:7447
|
||||||
volumes:
|
volumes:
|
||||||
- ./nostres:/bin/relay
|
- ./nostres:/bin
|
||||||
command: "/bin/relay"
|
command: "/bin/relay"
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
Reference in New Issue
Block a user