updates documentation for beszel

This commit is contained in:
2026-04-08 19:20:04 -04:00
parent 4ce2800e1c
commit 34c78f6d71
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ Deploy each app (nginx is already running and will return 502 until they start):
```bash
# Add any new apps that have been added since this was written
for app in nextcloud gitea jellyfin garage minecraft; do
for app in nextcloud gitea jellyfin garage minecraft beszel-agent; do
cd /opt/argento/docker/$app
docker compose pull
docker compose build