Skip to content

Commit

Permalink
zess: pin docker postgres version on 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie authored and xerbalind committed Feb 18, 2025
1 parent d63c4e5 commit ccd0944
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
@@ -1,6 +1,6 @@
services:
zess-db:
image: postgres:alpine3.20
image: postgres:16-alpine3.20
environment:
- POSTGRES_PASSWORD=zess
- POSTGRES_USER=zess
Expand Down

0 comments on commit ccd0944

Please sign in to comment.