Skip to content

Commit cc681ea

Browse files
authored
Update docker-compose.yml
1 parent c487c8f commit cc681ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
postgres-slave:
2+
build:
3+
context: .
24
image: "nebirhos/postgres-replication"
35
ports:
46
- 5433:5432
@@ -9,6 +11,7 @@ postgres-slave:
911
POSTGRES_MASTER_SERVICE_HOST: postgres-master
1012

1113
postgres-master:
12-
image: "nebirhos/postgres-replication"
14+
build:
15+
context: .
1316
ports:
1417
- 5432:5432

0 commit comments

Comments
 (0)