From cb36258c0f83bf382c251cd139a98b11f7026b09 Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 12 Nov 2022 18:23:01 +0100 Subject: [PATCH] Update example docker compose to beta5 (#1815) --- .../docs/documentation/getting-started/installation/sqlite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 6bb8ce166ca5..aa03423475f1 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -12,7 +12,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th version: "3.7" services: mealie-frontend: - image: hkotel/mealie:frontend-v1.0.0beta-4 + image: hkotel/mealie:frontend-v1.0.0beta-5 container_name: mealie-frontend environment: # Set Frontend ENV Variables Here @@ -23,7 +23,7 @@ services: volumes: - mealie-data:/app/data/ # (3) mealie-api: - image: hkotel/mealie:api-v1.0.0beta-4 + image: hkotel/mealie:api-v1.0.0beta-5 container_name: mealie-api deploy: resources: