diff --git a/docker-compose.yaml b/docker-compose.yaml index f04636e..f9f7c01 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: