Skip to content

Commit

Permalink
Merge pull request #631 from kiwix/kiwix-serve-docker-readme
Browse files Browse the repository at this point in the history
Dedicated Docker Compose section
  • Loading branch information
kelson42 committed Aug 13, 2023
2 parents 7a7eaab + 3c6971f commit 74712ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 74712ff

Please sign in to comment.