idk if this will help but this is a certified attempt

This commit is contained in:
rootdarkarchon
2023-10-19 02:02:20 +02:00
parent 272f1afd9e
commit 8ae9967970
8 changed files with 138 additions and 262 deletions

View File

@@ -1,6 +1,7 @@
services:
postgres:
image: postgres:latest
command: ["postgres", "-c", "log_statement=all"]
restart: always
ports:
- 5432:5432/tcp