Skip to content

Commit 2574cee

Browse files
authored
Update docker-compose.yml
1 parent f493420 commit 2574cee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99

1010
web:
1111
build: .
12+
image: 81318131/fastapi_gpt
1213
container_name: fastapi_gpt
1314
command: fastapi run app/main.py --port 80
1415
volumes:
@@ -32,4 +33,4 @@ services:
3233
- './data:/data/db'
3334
ports:
3435
- "27017:27017"
35-
environment: *common-variables
36+
environment: *common-variables

0 commit comments

Comments
 (0)