chore: misc
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
@ -9,7 +9,7 @@ services:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: bdbot
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5432"
|
||||
# Persist data in a local folder ./postgres_data
|
||||
volumes:
|
||||
- ./postgres_data:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user