shell-host/containers/caddy/start
David Kebler 0efd6a0b9e added caddy install
added osxfer script for transfering a root filesystem based on subvolumes
2024-04-10 10:45:23 -07:00

5 lines
168 B
Text
Executable file

echo upping the max size of the host buffer
echo net.core.rmem_max=2500000 | sudo tee -a /etc/sysctl.conf
# confirm
sudo sysctl -p | grep rmem_max
docker-compose up -d