Skip to content

Commit

Permalink
fix: change mlflow port
Browse files Browse the repository at this point in the history
  • Loading branch information
jezekra1 committed Oct 21, 2024
1 parent a1185e1 commit cfddf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
REDIS_URL: redis://redis:6379/1
MONGODB_URL: mongodb://mongo:27017?directConnection=true
DATA_EXPIRATION_IN_DAYS: 7
MLFLOW_API_URL: http://mlflow:5000/
MLFLOW_API_URL: http://mlflow:8080/
MLFLOW_DEFAULT_EXPERIMENT_ID: 0
MLFLOW_AUTHORIZATION: BASE_AUTH
MLFLOW_USERNAME: user
Expand Down

0 comments on commit cfddf80

Please sign in to comment.