fixed postgres data location with the newer version
This commit is contained in:
@@ -94,7 +94,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- ./storage/postgres/:/var/lib/postgresql/data
|
- ./storage/postgres/:/var/lib/postgresql
|
||||||
env_file:
|
env_file:
|
||||||
- .env.database
|
- .env.database
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user