Skip to content

Commit

Permalink
chore: update PostgreSQL version in docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Ivonin <mail@ivon.in>
  • Loading branch information
dmolim authored Feb 2, 2024
1 parent ee9b07b commit 03d3c8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ version: "3"

services:
db:
image: postgres:15
image: postgres:16
environment:
POSTGRES_DB: ${DB_NAME}
POSTGRES_PASSWORD: ${DB_PASS}
ports:
- "${DB_PORT}:5432"
# command: ["postgres", "-c", "log_statement=all"]
shm_size: 1gb

0 comments on commit 03d3c8c

Please sign in to comment.