This commit is contained in:
wvr
2026-02-23 18:51:45 -06:00
parent 8567ba5f1a
commit 4dde65f869
2 changed files with 0 additions and 25 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/sh -e
if [ ! -e fbdata ] ; then
mkdir -p fbdata
chown -R nobody fbdata
fi
docker compose pull
docker compose down
docker compose up -d