Skip to content

Commit

Permalink
Update postgres.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
divyam234 authored Oct 8, 2024
1 parent 8ec5d09 commit 64024a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose/postgres.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -13,4 +13,4 @@ services:
- ./postgres_data:/var/lib/postgresql/data
networks:
postgres:
external: true
external: true

0 comments on commit 64024a3

Please sign in to comment.