Skip to content

Commit

Permalink
Merge pull request #148 from saleor/change-postgres-version-to-13.6
Browse files Browse the repository at this point in the history
Change postgres image to 13-alpine version
  • Loading branch information
IKarbowiak authored Apr 22, 2022
2 parents 884af84 + e5f15ed commit 530229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
command: npm start -- --host 0.0.0.0

db:
image: library/postgres:14.2-alpine
image: library/postgres:13-alpine
ports:
- 5432:5432
restart: unless-stopped
Expand Down

0 comments on commit 530229a

Please sign in to comment.