diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 578349eff27e..f61c81acb2bf 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -43,7 +43,7 @@ services: restart: always postgres: container_name: postgres - image: postgres + image: postgres:15 restart: always volumes: - ./mealie-pgdata:/var/lib/postgresql/data