Spaces:
Sleeping
Sleeping
Update docker-compose.yml
Browse files- docker-compose.yml +3 -3
docker-compose.yml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
# Docker compose file to LOCAL development
|
2 |
|
3 |
services:
|
4 |
-
gguf-
|
5 |
build:
|
6 |
context: .
|
7 |
dockerfile: Dockerfile
|
8 |
-
image: gguf-
|
9 |
-
container_name: gguf-
|
10 |
ports:
|
11 |
- "7860:7860"
|
12 |
volumes:
|
|
|
1 |
# Docker compose file to LOCAL development
|
2 |
|
3 |
services:
|
4 |
+
all-gguf-same-where:
|
5 |
build:
|
6 |
context: .
|
7 |
dockerfile: Dockerfile
|
8 |
+
image: all-gguf-same-where
|
9 |
+
container_name: all-gguf-same-where
|
10 |
ports:
|
11 |
- "7860:7860"
|
12 |
volumes:
|