mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-24 03:45:35 +02:00
Support network level mac_address attribute
Signed-off-by: Songmin Li <lisongmin@protonmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
x-podman.mac_address: "02:01:01:00:01:01"
|
||||
internal-network:
|
||||
ipv4_address: "172.19.2.10"
|
||||
x-podman.mac_address: "02:01:01:00:02:01"
|
||||
mac_address: "02:01:01:00:02:01"
|
||||
volumes:
|
||||
- ./test1.txt:/var/www/html/index.txt:ro,z
|
||||
web2:
|
||||
|
Reference in New Issue
Block a user