mirror of
https://github.com/docker/compose.git
synced 2026-07-10 10:14:13 +00:00
7 lines
122 B
YAML
7 lines
122 B
YAML
services:
|
|
test:
|
|
image: alpine
|
|
command: ip link show
|
|
networks:
|
|
default:
|
|
interface_name: foobar
|