mirror of
https://github.com/docker/compose.git
synced 2026-07-02 22:26:55 +00:00
12 lines
No EOL
228 B
YAML
12 lines
No EOL
228 B
YAML
services:
|
|
foo:
|
|
image: alpine
|
|
entrypoint: ["sleep", "600"]
|
|
networks:
|
|
default:
|
|
ipv4_address: 10.1.0.100 # <-- Fixed IP address
|
|
networks:
|
|
default:
|
|
ipam:
|
|
config:
|
|
- subnet: 10.1.0.0/16 |