Skip to content

Commit

Permalink
Upgrade PostgreSQL from 10.1 to 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moustaphacheikh committed Oct 16, 2024
1 parent 161c63f commit b8aa495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
command: gunicorn --reload -w 2 -b :5000 --pid /run/gunicorn.pid elixir_daisy.wsgi
# database
db:
image: postgres:10.1
image: postgres:16.4-bullseye
restart: unless-stopped
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD:-daisy}
Expand Down

0 comments on commit b8aa495

Please sign in to comment.