Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam authored Oct 7, 2024
1 parent ef89309 commit c67e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
db:
image: 'postgres:12.6-alpine'
image: 'postgres:14-alpine'
volumes:
- '/var/lib/postgresql/data'
restart: always
Expand Down

0 comments on commit c67e9e8

Please sign in to comment.