Skip to content

Commit

Permalink
-it in docker-compose.yml for server
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Jun 15, 2024
1 parent 428dac6 commit e327af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
restart: unless-stopped
image: fallenbreath/chatbridge:latest
command: server
stdin_open: true
tty: true
volumes:
- ./ChatBridge_server.json:/app/ChatBridge_server.json
ports:
Expand Down

0 comments on commit e327af0

Please sign in to comment.