Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44e42a4

Browse files
committed
Docker start guide updated
1 parent1bf462f commit44e42a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/administration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,14 @@ cd contrib/mmts && make install
5252

5353
###Docker
5454

55-
Directory contrib/mmts also includes docker-compose.yml that is capable of building multi-master and starting 3 node cluster listening on port 15432, 15433 and 15434.
55+
Directory contrib/mmts also includes docker-compose.yml that is capable of building multi-master and starting 3 node cluster.
5656

57+
First of all we need to build PGPro EE docker image (We will remove this step when we'll merge_MULTIMASTER branch and start building packages). In the repo root run:
58+
```
59+
docker build -t pgproent
60+
```
61+
62+
Then following command will start cluster of 3 docker nodes listening on port 15432, 15433 and 15434 (edit docker-compose.yml to change start params):
5763
```
5864
cd contrib/mmts
5965
docker-compose up

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp