this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix reboot i hope

+2
+2
commit.sh
··· 14 14 # restart/rebuild all containers 15 15 docker compose build --no-cache 16 16 docker compose up -d --force-recreate 17 + # add second docker compose up because it acts up ?? 18 + docker compose up -d 17 19 # return prev state of fs 18 20 git stash pop 19 21 exit 0