Update 'db.yml'

This commit is contained in:
Patryk Gałka 2024-01-31 17:35:33 +01:00
parent d80a7db5db
commit 8760e9ce2b

2
db.yml
View File

@ -16,6 +16,8 @@ services:
- dbdata:/var/lib/postgresql/data
networks:
- gitea
ports:
- "5432:5432"
volumes:
dbdata: