Skip to content

Commit

Permalink
downgrade postgres version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 12, 2024
1 parent 0277bfb commit bc44508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:16
image: postgres:13
restart: always
ports:
- "5432:5432"
Expand All @@ -15,4 +15,6 @@ services:
volumes:
# command to list volumes: docker volume ls
# command to delete volumes: docker volume rm <volume_name>
# but usually you'll need to do docker compose down first.
# so `docker compose down && docker volume rm pgkit_postgres` should do the trick.
postgres:

0 comments on commit bc44508

Please sign in to comment.