Skip to content

Commit

Permalink
docker: shrink default address pool size from 172*/16 and 192.169*/20…
Browse files Browse the repository at this point in the history
… to /24
  • Loading branch information
krombel committed Oct 26, 2023
1 parent 351a4a0 commit 1200a8f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docker/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,17 @@ docker-pkgs:
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
},
"default-address-pools": [
{
"base": "172.17.0.0/12",
"size": 24
},
{
"base": "192.168.0.0/16",
"size": 24
}
]
}
/usr/local/bin/docker-compose:
Expand Down

0 comments on commit 1200a8f

Please sign in to comment.