Update postgres.yml

This commit is contained in:
Divyam 2024-10-08 20:30:32 +05:30 committed by GitHub
parent 8ec5d09e91
commit 64024a37f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
services:
postgres_db:
image: ghcr.io/tgdrive/postgres
image: ghcr.io/tgdrive/postgres:16-alpine
container_name: postgres_db
restart: always
networks:
@ -13,4 +13,4 @@ services:
- ./postgres_data:/var/lib/postgresql/data
networks:
postgres:
external: true
external: true