Merge branch 'master' of git.deflax.net:forest/net

This commit is contained in:
deflax 2024-03-22 18:30:21 +02:00
commit c945a17d26

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
```