From a2f5e775b7d508fe2a772bf81f9887e9a6473b04 Mon Sep 17 00:00:00 2001 From: Gareth Date: Thu, 29 Jan 2026 22:05:45 -0800 Subject: [PATCH] chore: update README.md Fix formatting issues in README for Docker Compose section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dbf9aa4..11bf1c2e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Once installed, access Backrest at `http://localhost:9898` (default port). First ### Running with Docker Compose Docker image: `ghcr.io/garethgeorge/backrest` -oplog + Example compose file: ```yaml @@ -291,4 +291,4 @@ You can also use VSCode with [Dev Containers](https://marketplace.visualstudio.c Translations are stored in [./webui/messages](./webui/messages) and are generated using [inlang](https://inlang.com/). Machine translations can be updated by running `npx @inlang/cli machine translate --project ./project.inlang`. -Text is translated on a best-effort basis and is not guaranteed to be accurate. If you find any translations that are incorrect, please submit a pull request to fix them. Contributions here are greatly appreciated! \ No newline at end of file +Text is translated on a best-effort basis and is not guaranteed to be accurate. If you find any translations that are incorrect, please submit a pull request to fix them. Contributions here are greatly appreciated!