nano docker compose

This commit is contained in:
Simon
2025-09-29 15:12:23 +00:00
parent 611c8a99e7
commit 154e3a149e

View File

@@ -14,6 +14,7 @@ Get, Build and Host the docker image:
git clone https://gitea.spacemoehre.de/simon/hottub
sudo docker build hottub
cd hottub && cargo build --release
nano docker-compose.yml # adjust compose file
sudo docker compose up -d
```