focalboard

This commit is contained in:
wvr
2026-02-23 18:43:36 -06:00
parent 6217d3f3f8
commit 3fc34b98e8
3 changed files with 26 additions and 0 deletions

9
focalboard/fix.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh -e
mkdir -p fbdata
chown -R nobody fbdata
docker compose pull
docker compose down
docker compose up -d