update readme with the proper build command

This commit is contained in:
deflax 2024-03-05 14:45:13 +02:00
parent 0d7615558e
commit 59896d43c7

View file

@ -3,5 +3,5 @@
2. Build the images and run the containers:
```sh
$ docker-compose up -d --build
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
```