mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add missing docker config migration
This commit is contained in:
3
migrations/1751669258.sh
Normal file
3
migrations/1751669258.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
echo "Add missing docker config"
|
||||||
|
sudo mkdir -p /etc/docker
|
||||||
|
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
|
Reference in New Issue
Block a user