postgresql version

This commit is contained in:
Nico Haider
2026-04-25 10:39:07 +02:00
parent 4fc8a707f4
commit 6818b9c11f
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.9'
services: services:
postgresql: postgresql:
image: docker.io/library/postgres:latest image: docker.io/library/postgres:17
container_name: postgresql container_name: postgresql
environment: environment:
- POSTGRES_USER=${POSTGRES_USER:?POSTGRES_USER not set} - POSTGRES_USER=${POSTGRES_USER:?POSTGRES_USER not set}