mirror of
https://github.com/containers/podman.git
synced 2026-01-25 06:21:08 -05:00
We force the isolate option on new newtworks because that is the docker behavior. However when we inspect them they should not be displayed to the caller since they have no idea about it and docker-compose throws an error because of that. Fixes #15580 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
7 lines
155 B
YAML
7 lines
155 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
command: sleep 10001
|
|
stop_signal: SIGKILL # faster shutdown, no reason to wait 10 seconds
|