mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-02 19:29:11 +02:00
10 lines
253 B
YAML
10 lines
253 B
YAML
version: "3"
|
|
services:
|
|
web1:
|
|
image: busybox
|
|
command: sh -c "mkdir /tmp_test"
|
|
security_opt:
|
|
# Currently only absolute path works, like this:
|
|
# - seccomp:/.../tests/integration/seccomp/default.json
|
|
- seccomp:./default.json
|