Skip to content

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Jul 6, 2023
1 parent b1fe96f commit 867914d
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 @@ -22,7 +22,7 @@ services:
DATABASE_PORT: ${DATABASE_PORT:-3306}
DATABASE_USER: ${DATABASE_USER:-root}
DATABASE_PASSWORD: ${DATABASE_PASSWORD:-root}
ADDRESS: ${ADDRESS:-127.0.0.1:8080}
WEBCONNECTOR_URL: ${WEBCONNECTOR_URL:-127.0.0.1:8080}
MONGO_HOST: ${MONGO_HOST:-mongo:8080}
MONGO_DB: ${MONGO_DB:-sbf}
MONGO_USER: ${MONGO_USER:-admin}
Expand Down

0 comments on commit 867914d

Please sign in to comment.