update readme

This commit is contained in:
Miraty 2025-01-20 19:24:59 +01:00
parent 7ab7a6e958
commit 9ed1b18f89

View file

@ -1,4 +1,4 @@
# ServNest setup with Compose
# [ServNest](https://servnest.niv.re/) setup with Compose
## Use with Podman
@ -21,7 +21,8 @@ sha256sum -c sha256sums
```shell
podman-compose -f base.yaml build alpine # build base image
podman-compose build # build services images
podman-compose build php # build image php first because it's then required by cronie
podman-compose build # build every other service images
```
### Run
@ -45,6 +46,8 @@ Podman Compose 1.2.0 randomly fails to start some services (see [issue 921](http
podman container rm --all
podman image rm --all
podman rm $(podman container list --external -q)
docker rm $(docker ps -qa)
docker image rm -f $(docker image list -q)
```
## Use with rootless Docker