mirror of
https://github.com/docker/compose.git
synced 2025-08-30 14:08:12 +02:00
13 lines
155 B
YAML
13 lines
155 B
YAML
services:
|
|
test:
|
|
image: nginx:alpine
|
|
networks:
|
|
- test
|
|
|
|
networks:
|
|
test:
|
|
ipam:
|
|
config:
|
|
- subnet: ${SUBNET-172.99.0.0/16}
|
|
|