Skip to content

Commit

Permalink
Update docker-compose-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker authored Jul 29, 2024
1 parent 23aab2a commit a388ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.3"
services:
web:
build: .
command: python scripts/Mint.py --no-browser --debug --host 0.0.0.0
command: Mint --no-browser --debug --host 0.0.0.0
volumes:
- .:/app/
ports:
Expand Down

0 comments on commit a388ca8

Please sign in to comment.