From 086f29d62dc9af08313f42cd6893618ac99b0709 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Fri, 26 Dec 2025 20:08:34 -0500 Subject: [PATCH] lmao --- tasks/postgres.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/postgres.yml b/tasks/postgres.yml index 120c3c8..af835d1 100644 --- a/tasks/postgres.yml +++ b/tasks/postgres.yml @@ -14,9 +14,8 @@ - "{{ data_dir }}/postgres/data" - "{{ data_dir }}/postgres/import" volumes: - - "{{ data_dir }}/postgres/data:/var/lib/postgresql/data" + - "{{ data_dir }}/postgres/data:/var/lib/postgresql/18/docker" - "{{ data_dir }}/postgres/import:/mnt/import" env: POSTGRES_USER: "{{ POSTGRES_USER }}" POSTGRES_PASSWORD: "{{ POSTGRES_PASSWORD }}" - PGDATA: "/var/lib/postgresql/data/pgdata"