Skip to content

Commit

Permalink
Use Postgres 16 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Nov 27, 2024
1 parent b2e5e37 commit 4947cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./config.toml:/app/config.toml:ro

database:
image: postgres:latest
image: postgres:16
container_name: mystbin-database
restart: unless-stopped
healthcheck:
Expand Down

0 comments on commit 4947cc5

Please sign in to comment.