Dedicated Docker Compose section

This commit is contained in:
Emmanuel Engelhart 2023-08-13 09:38:00 +02:00
parent 7a7eaaba0e
commit 3c6971fced
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -42,7 +42,12 @@ Build an image for an ARM based GNU/Linux:
docker build . -t ghcr.io/kiwix/kiwix-serve:latest --build-arg ARCH="arm32v7/"
```
You can also deploy kiwix with [`docker-compose`](https://docs.docker.com/compose/). Check out a sample at [docker-compose.yml.example](docker-compose.yml.example)
Docker Compose
--------------
You can also deploy kiwix with
[`docker-compose`](https://docs.docker.com/compose/). Check out a
sample at [docker-compose.yml.example](docker-compose.yml.example).
Screenshots
-----------