Update docker-compose.yml
Browse files- docker-compose.yml +1 -1
docker-compose.yml
CHANGED
|
@@ -5,7 +5,7 @@ services:
|
|
| 5 |
image: ghcr.io/matatonic/openedai-speech
|
| 6 |
env_file: speech.env
|
| 7 |
ports:
|
| 8 |
-
- "
|
| 9 |
volumes:
|
| 10 |
- ./voices:/app/voices
|
| 11 |
- ./config:/app/config
|
|
|
|
| 5 |
image: ghcr.io/matatonic/openedai-speech
|
| 6 |
env_file: speech.env
|
| 7 |
ports:
|
| 8 |
+
- "7869:7860"
|
| 9 |
volumes:
|
| 10 |
- ./voices:/app/voices
|
| 11 |
- ./config:/app/config
|