Skip to content

Commit 4947cc5

Browse files
authored
Use Postgres 16 (#62)
1 parent b2e5e37 commit 4947cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- ./config.toml:/app/config.toml:ro
1414

1515
database:
16-
image: postgres:latest
16+
image: postgres:16
1717
container_name: mystbin-database
1818
restart: unless-stopped
1919
healthcheck:

0 commit comments

Comments
 (0)