adding --build to compose

This commit is contained in:
2026-02-24 04:07:17 +01:00
parent df5294db93
commit ac531962e5

View File

@@ -14,7 +14,7 @@ cat <<EOF > .env
BROADCASTER_PASSWORD=usedecentpasswordherelmao
ANNOUNCED_IP=yourpublicIP
EOF
docker compose up -d
docker compose up -d --build
```
…and setting up a minimal nginx server