postgresql version
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user