Skip to content

Commit

Permalink
feat: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DHBaek committed Dec 25, 2024
1 parent 642f754 commit e37e496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
restart: unless-stopped

api-server:
image: devainetwork/diffusers-inpainting-fastapi
build:
context: .
dockerfile: Dockerfile
container_name: diffusers-inpainting-fastapi
ports:
- 8000:8000
Expand Down

0 comments on commit e37e496

Please sign in to comment.