idk if this will help but this is a certified attempt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
restart: always
|
||||
ports:
|
||||
- 5432:5432/tcp
|
||||
|
||||
Reference in New Issue
Block a user