Skip to content

Commit

Permalink
Consolidate Docker default subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 5, 2024
1 parent de90498 commit d9bec48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/Support/Cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ be used to secure Grafana.
# ufw in front of docker while allowing all inter-container traffic
-A DOCKER-USER -j RETURN -s 172.17.0.0/16
-A DOCKER-USER -j RETURN -s 172.18.0.0/16
-A DOCKER-USER -j RETURN -s 172.19.0.0/16
-A DOCKER-USER -j RETURN -s 172.18.0.0/15
-A DOCKER-USER -j RETURN -s 172.20.0.0/14
-A DOCKER-USER -j RETURN -s 172.24.0.0/14
-A DOCKER-USER -j RETURN -s 172.28.0.0/14
-A DOCKER-USER -j RETURN -s 172.24.0.0/13
-A DOCKER-USER -j RETURN -s 192.168.0.0/16
-A DOCKER-USER -j ufw-user-input
Expand Down

0 comments on commit d9bec48

Please sign in to comment.