fix: postgres volume mount path

This commit is contained in:
Menci
2026-02-21 21:08:58 +08:00
committed by 晨苒
parent 9461f923df
commit 0b03eac309
+1 -1
View File
@@ -8,7 +8,7 @@ services:
POSTGRES_USER: memoh
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-memoh123}
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql
- /etc/localtime:/etc/localtime:ro
expose:
- "5432"