mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
compose: modify 1 file
Verified changes: - modify compose/dev.yml Diffstat: - 1 file changed, 17 insertions(+), 17 deletions(-)
This commit is contained in:
parent
ae995a1f16
commit
614dfd27f2
1 changed files with 17 additions and 17 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: postgres:16
|
||||
container_name: likwid-postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "127.0.0.1:5432:5432"
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER:-likwid}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid}
|
||||
|
|
|
|||
Loading…
Reference in a new issue