mirror of
https://github.com/docker/compose.git
synced 2025-09-02 23:48:11 +02:00
8 lines
122 B
YAML
8 lines
122 B
YAML
services:
|
|
test:
|
|
image: alpine
|
|
command: ip link show
|
|
networks:
|
|
default:
|
|
interface_name: foobar
|