Skip to content

Commit cab656d

Browse files
authored
1 parent 29530e3 commit cab656d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose-not-working.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ services:
1515
image: ghcr.io/huggingface/chat-ui
1616
environment:
1717
MONGODB_URL: mongodb://mongodb:27017
18-
env_file: "./.env.local"
18+
volumes:
19+
- .env.local:/app/.env.local
1920
ports:
2021
- "3000"
2122
volumes:
22-
model_data:
23+
model_data:

0 commit comments

Comments
 (0)