Skip to content

Commit 341dd83

Browse files
authored
Update README.md
1 parent 1779dd7 commit 341dd83

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@ Download [Adventure Works 2014 OLTP Script](https://github.com/Microsoft/sql-ser
1818
## Using with Docker at windows 10
1919
2020
You can spin up a new Postgres-database using **Docker** at windows 10 enviroment with `docker-compose up --build`.
21-
There is a helper script at `./run_docker.sh` that will download necessary files, build the image, and run the container. The database will be available on port 5432. Use the following environment variables to configure the database:
21+
and it download necessary files, build the image, and run the container. The database will be available on port 5432. Use the following environment variables to configure the database:
2222
2323
```sh
2424
POSTGRES_USER=postgres
2525
POSTGRES_PASSWORD=postgres
2626
POSTGRES_DB=Adventureworks
2727
POSTGRES_PORT=5432
28-
POSTGRES_HOST=localhost
28+
POSTGRES_HOST=localhost
29+
2930
POSTGRES_URL="postgresql://postgres:[email protected]/Adventureworks"
3031
31-
##### Successful Running of Docker images , can connect by using DBeaver client tool
32-
https://github.com/tutul2010/DemoWebApp/assets/13733464/e045a489-d7d4-459b-b56f-5dab65b1ae91
32+
## Successful Running of Docker images , can connect by using DBeaver client tool
33+
WebLink - https://github.com/tutul2010/DemoWebApp/assets/13733464/e045a489-d7d4-459b-b56f-5dab65b1ae91
3334
3435
_You will need to rename the Adventure Works 2014 OLTP Script archive to **adventure_works_2014_OLTP_script.zip** to get this to work!_
3536

0 commit comments

Comments
 (0)