compose: modify 1 file

Verified changes:
- modify compose/dev.yml

Diffstat:
- 1 file changed, 17 insertions(+), 17 deletions(-)
This commit is contained in:
Marco Allegretti 2026-02-02 10:44:34 +01:00
parent ae995a1f16
commit 614dfd27f2

View file

@ -5,7 +5,7 @@ services:
image: postgres:16 image: postgres:16
container_name: likwid-postgres container_name: likwid-postgres
ports: ports:
- "5432:5432" - "127.0.0.1:5432:5432"
environment: environment:
POSTGRES_USER: ${POSTGRES_USER:-likwid} POSTGRES_USER: ${POSTGRES_USER:-likwid}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid}