We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615e24f commit 57708a7Copy full SHA for 57708a7
docker/docker-compose.yml
@@ -5,6 +5,8 @@ services:
5
restart: unless-stopped
6
image: fallenbreath/chatbridge:latest
7
command: server
8
+ stdin_open: true
9
+ tty: true
10
volumes:
11
- ./ChatBridge_server.json:/app/ChatBridge_server.json
12
ports:
0 commit comments