diff --git a/postgresql/compose.yaml b/postgresql/compose.yaml index 2f94d9f..7914f19 100644 --- a/postgresql/compose.yaml +++ b/postgresql/compose.yaml @@ -2,7 +2,7 @@ version: '3.9' services: postgresql: - image: docker.io/library/postgres:latest + image: docker.io/library/postgres:17 container_name: postgresql environment: - POSTGRES_USER=${POSTGRES_USER:?POSTGRES_USER not set}