From a13b7380598b933bdeb58835f9f4b229a1fad45f Mon Sep 17 00:00:00 2001 From: lamusmaser Date: Sat, 20 Apr 2024 05:53:17 -0600 Subject: [PATCH] Add missing newlines. --- mkdocs/docs/installation/podman.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mkdocs/docs/installation/podman.md b/mkdocs/docs/installation/podman.md index 83e7ac9..429625e 100644 --- a/mkdocs/docs/installation/podman.md +++ b/mkdocs/docs/installation/podman.md @@ -23,8 +23,9 @@ Edit the `docker-compose.yml` with these additional changes: prefix the container name with `docker.io/` again. - under `archivist-redis` > `expose`: change the whole entry from `expose: [""]` into `ports: [":"]`. - > ???+ example - `ports: ["6379:6379"]` + + ???+ example + `ports: ["6379:6379"]` #### Elasticsearch @@ -32,8 +33,9 @@ Edit the `docker-compose.yml` with these additional changes: prefix the container name with `docker.io/` again. - under `archivist-es` > `expose`: change the whole entry from `expose: [""]` into `ports: [":"]`. - > ???+ example - `ports: ["9200:9200"]` + + ???+ example + `ports: ["9200:9200"]` ### Create service files (optional)