Docker: Disable ufw logs in cloud config

This commit is contained in:
Michael Mayer 2021-08-08 11:46:41 +02:00
parent 797026b7ff
commit 9122f7c340

View file

@ -9,4 +9,6 @@ ufw default allow outgoing
ufw allow ssh
ufw allow http
ufw allow https
ufw logging off
rm -f /var/log/ufw.log
ufw --force enable