appledog00 commited on
Commit
4e2ec52
·
verified ·
1 Parent(s): 9b38ef0

Update docker-compose.yml

Browse files
Files changed (1) hide show
  1. 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
- - "8000:8000" # Maps container's port 8000 to host's port 8000
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: