mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix: postgres volume mount path
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user