mirror of
https://github.com/containers/podman.git
synced 2025-10-15 02:06:42 +08:00

This becomes a problem on hosts with upgraded policies. Ref: https://github.com/containers/podman/issues/10522 Also, made a small change to compose-test setup to reduce runtime. Signed-off-by: Chris Evich <cevich@redhat.com>
13 lines
202 B
YAML
13 lines
202 B
YAML
version: '3'
|
|
services:
|
|
web:
|
|
build: frontend
|
|
ports:
|
|
- '5000:5000'
|
|
volumes:
|
|
- /tmp/data:/data:ro
|
|
security_opt:
|
|
- label=disable
|
|
labels:
|
|
- "io.podman=the_best"
|