matrixportal commited on
Commit
d6da3ac
·
verified ·
1 Parent(s): 39aee85

Update docker-compose.yml

Browse files
Files changed (1) hide show
  1. 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-my-repo:
5
  build:
6
  context: .
7
  dockerfile: Dockerfile
8
- image: gguf-my-repo
9
- container_name: gguf-my-repo
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: