Skip to content

Commit

Permalink
Merge pull request #268 from basecamp/remove-ufw-for-now
Browse files Browse the repository at this point in the history
Remove ufw until we can sort it out proper
  • Loading branch information
dhh authored Sep 8, 2024
2 parents 0a76df8 + 05960ba commit 30597f3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion install/terminal/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin d
sudo usermod -aG docker ${USER}

# Limit log size to avoid running out of disk
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5", "iptables":false}}' | sudo tee /etc/docker/daemon.json
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
10 changes: 0 additions & 10 deletions install/ufw.sh

This file was deleted.

4 changes: 0 additions & 4 deletions migrations/1724276595.sh

This file was deleted.

6 changes: 0 additions & 6 deletions migrations/1724342593.sh

This file was deleted.

0 comments on commit 30597f3

Please sign in to comment.