Skip to content

Commit

Permalink
Update default version of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Sep 4, 2023
1 parent faf7c94 commit cf729a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ services:
- portainer:/data
restart: ${PORTAINER_RESTART_POLICY-no}
postgres:
image: bitnami/postgresql:${POSTGRESQL_VERSION:-15.1.0}
image: bitnami/postgresql:${POSTGRESQL_VERSION:-15.4.0}
container_name: ${POSTGRESQL_CONTAINER_NAME:-}
environment:
POSTGRESQL_USER: ${POSTGRESQL_USER:-root}
Expand Down

0 comments on commit cf729a3

Please sign in to comment.