default-network-config.yml 241 B

12345678910111213
  1. version: "2"
  2. services:
  3. simple:
  4. image: busybox:latest
  5. command: top
  6. another:
  7. image: busybox:latest
  8. command: top
  9. networks:
  10. default:
  11. driver: bridge
  12. driver_opts:
  13. "com.docker.network.bridge.enable_icc": "false"