Spaces:
Sleeping
Sleeping
Update docker-compose.yml
Browse files- docker-compose.yml +1 -1
docker-compose.yml
CHANGED
|
@@ -8,7 +8,7 @@ services:
|
|
| 8 |
dockerfile: Dockerfile
|
| 9 |
container_name: fastapi-container
|
| 10 |
ports:
|
| 11 |
-
- "
|
| 12 |
volumes:
|
| 13 |
- ./app:/app # Mounts the app directory for live updates (optional)
|
| 14 |
environment:
|
|
|
|
| 8 |
dockerfile: Dockerfile
|
| 9 |
container_name: fastapi-container
|
| 10 |
ports:
|
| 11 |
+
- "7860:7860" # Maps container's port 7860 to host's port 7860
|
| 12 |
volumes:
|
| 13 |
- ./app:/app # Mounts the app directory for live updates (optional)
|
| 14 |
environment:
|