Skip to content

Commit 6c260d7

Browse files
authored
Merge pull request #226 from prgrms-web-devcourse-final-project/develop
fix[docker]: ollama-data 누락
2 parents 1a8227a + 9ccf8b1 commit 6c260d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ services:
8181
volumes:
8282
mysql-data:
8383
redis-data:
84-
qdrant-data:
84+
qdrant-data:
85+
ollama-data:

0 commit comments

Comments
 (0)