Skip to content

Commit

Permalink
style: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 6, 2024
1 parent d16d7d0 commit 7ceab67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
build:
context: .
dockerfile: Dockerfile
image: hivision_idphotos2
command: python3 app.py --host 0.0.0.0 --port 7860
image: hivision_idphotos
command: python3 -u app.py --host 0.0.0.0 --port 7860
ports:
- '7860:7860'

Expand Down

0 comments on commit 7ceab67

Please sign in to comment.