compose/tests/fixtures/networks/bridge.yml

10 lines
112 B
YAML

version: "2"
services:
web:
image: busybox
command: top
networks:
- bridge
- default