Skip to content

Commit 4f17fdb

Browse files
committed
Fix docker
1 parent 41f166d commit 4f17fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ services:
148148
crapi-chatbot:
149149
container_name: crapi-chatbot
150150
image: crapi/crapi-chatbot:${VERSION:-latest}
151-
env:
151+
environment:
152152
- TLS_ENABLED=${TLS_ENABLED:-false}
153153
- SERVER_PORT=${CHATBOT_SERVER_PORT:-5002}
154154
# - CHATBOT_OPENAI_API_KEY=

0 commit comments

Comments
 (0)