Skip to content

Commit

Permalink
Change postgres image to 13-alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Apr 20, 2022
1 parent 884af84 commit e5f15ed
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 e5f15ed

Please sign in to comment.