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 committed Jan 17, 2025
1 parent 0f9c4ef commit 88be93e
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 88be93e

Please sign in to comment.