From 4e6f8055e2b7a4715514262ccd7b54c8bea24977 Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Mon, 13 Oct 2025 18:32:56 +0200 Subject: [PATCH] remove spaces --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e611cb..0b9df61 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,16 @@ The easiest and recommended way to deploy unknownBIN is by using the pre-built D 2. **Run the container:** To ensure your pastes are saved even if the container is removed or updated, you must mount a volume for the data directory. - ```yml - services: - mrunknownde: - image: 'ghcr.io/mrunknownde/unknownbin:main' - container_name: my-unknownbin - volumes: - - '/path/to/your/data:/usr/src/app/data' - ports: - - '8080:8080' - ``` +```yml +services: + unknownbin: + image: 'ghcr.io/mrunknownde/unknownbin:main' + container_name: unknownbin + volumes: + - '/path/to/your/data:/usr/src/app/data' + ports: + - '8080:8080' +``` ```bash docker run -d \