podman-compose/tests/integration/seccomp/docker-compose.yml

13 lines
235 B
YAML
Raw Normal View History

2021-12-11 00:50:40 +01:00
version: "3"
services:
web1:
image: busybox
command: httpd -f -p 80 -h /var/www/html
volumes:
- ./docker-compose.yml:/var/www/html/index.html
ports:
- "8080:80"
security_opt:
- seccomp:unconfined