Navigation Menu

Skip to content

Commit

Permalink
they have a newer 11 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 5, 2021
1 parent 25c563a commit 2d46694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ executors:
environment:
JAVA_TOOL_OPTIONS: -Xmx512m # Nothing to do with surefire plugin, it has its own JVM. The two of these plus ES (1.3 GB) must add up to a bit less than 6GB.
PGHOST: 127.0.0.1
- image: circleci/postgres:13.3
- image: circleci/postgres:11.12
command: postgres -c max_connections=200
environment:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -42,7 +42,7 @@ services:
# networks:
# - elastic
postgres_db:
image: postgres:13.3
image: postgres:11.12
container_name: postgres1
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
Expand Down

0 comments on commit 2d46694

Please sign in to comment.