Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 14e73a9

Browse files
committed
fix: update elasticsearch to 7.13.4
1 parent 1c7d754 commit 14e73a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-pgsql-es/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ services:
44
image: "postgres:12.4"
55
volumes:
66
- database-data:/var/lib/postgresql/data/
7-
ports:
7+
ports:
88
- "5432:5432"
99
environment:
1010
POSTGRES_PASSWORD: ${DB_PASSWORD}
1111
POSTGRES_USER: ${DB_USERNAME}
1212
POSTGRES_DB: ${DB_NAME}
1313
esearch:
14-
image: elasticsearch:7.7.1
14+
image: elasticsearch:7.13.4
1515
container_name: ubahn-data-processor-es_es
1616
ports:
1717
- "9200:9200"

0 commit comments

Comments
 (0)