Add missing newlines.

This commit is contained in:
lamusmaser 2024-04-20 05:53:17 -06:00
parent f790fa43bf
commit a13b738059
1 changed files with 6 additions and 4 deletions

View File

@ -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: ["<PORT>"]` into `ports: ["<PORT>:<PORT>"]`.
> ???+ 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: ["<PORT>"]` into `ports: ["<PORT>:<PORT>"]`.
> ???+ example
`ports: ["9200:9200"]`
???+ example
`ports: ["9200:9200"]`
### Create service files (optional)