add reworked caddy configs from current setup
This commit is contained in:
parent
003cecbbb7
commit
76ec7d0505
23 changed files with 420 additions and 1 deletions
|
|
@ -563,6 +563,9 @@ function docker_cleanup {
|
|||
docker volume prune -af
|
||||
docker container prune -f
|
||||
docker network prune -f
|
||||
# ensure our ipv6 network still exists
|
||||
echo "${blue}docker-cleanup:${normal} Ensuring IPv6 network still exists..."
|
||||
docker network create --ipv6 --subnet fd00:cafe:face:feed::/64 ip6net
|
||||
echo "${green}Done. Beep!${normal}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue