Skip to content

Commit

Permalink
Update docker.en.md (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao authored and terrymanu committed Nov 18, 2019
1 parent b6467ea commit b9437fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/current/content/manual/sharding-proxy/docker.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker pull apache/sharding-proxy
```
git clone https://github.com/sharding-sphere/sharding-sphere
mvn clean install
cd sharding-sphere/sharding-proxy
cd sharding-distribution/sharding-proxy-distribution
mvn clean package docker:build
```

Expand Down Expand Up @@ -54,4 +54,4 @@ Answer: before building clone, please make sure docker daemon thread is running.

Question 2: there is error report of being unable to connect to the database.

Answer: please make sure designated PostgreSQL IP in `/${your_work_dir}/conf/sharding-config.yaml` configuration is accessible to Docker container.
Answer: please make sure designated PostgreSQL IP in `/${your_work_dir}/conf/sharding-config.yaml` configuration is accessible to Docker container.

0 comments on commit b9437fa

Please sign in to comment.