mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
deed4d51b0
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
16 lines
262 B
YAML
16 lines
262 B
YAML
version: '3'
|
|
|
|
# --ipam-driver must not be passed when driver is "default"
|
|
networks:
|
|
ipam_test_default:
|
|
ipam:
|
|
driver: default
|
|
config:
|
|
- subnet: 172.19.0.0/24
|
|
|
|
services:
|
|
testipam:
|
|
image: busybox
|
|
command: ["echo", "ipamtest"]
|
|
|