mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00

With docker-compose, there is a use case where you can `docker-compose up -d`, then change a file like docker-compose.yml and run up again. This requires a ContainerConfig with at least Volumes be populated in the inspect data. This PR adds just that. Fixes: #10795 Signed-off-by: Brent Baude <bbaude@redhat.com>
5 lines
83 B
Bash
5 lines
83 B
Bash
# -*- bash -*-
|
|
|
|
sed -i -e 's/10001/10002/' docker-compose.yml
|
|
docker-compose up -d
|