Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsantana authored Apr 14, 2021
1 parent d1191cd commit 57f4925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker build -t flaubert165/italo-db-demo .

docker run -it -e ACCEPT_EULA=Y -e SA_PASSWORD=Your_password123 -e MSSQL_PID=Developer -p 1439:1433 -e MSSQL_AGENT_ENABLED=true -d flaubert165/italo-db-demo

PS: If Command DB not created, run script that has located in: docker/setup.sql
PS: If after run SQL container the CommandDB has been not created, run script manually that has located in: docker/setup.sql to create the database.

## Run MongoDb, Kafka, Zookeper and Kafka Connect

Expand Down

0 comments on commit 57f4925

Please sign in to comment.