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