Skip to content

Commit

Permalink
use correct postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Mar 11, 2024
1 parent ed7e721 commit 4aeb271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pullpreview/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- "caddy_data:/data"

db:
image: postgres:10
image: postgres:13
environment:
POSTGRES_USER: app
POSTGRES_PASSWORD: p4ssw0rd
Expand Down

0 comments on commit 4aeb271

Please sign in to comment.