File: docker-compose.yml

package info (click to toggle)
podman-compose 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,004 kB
  • sloc: python: 10,946; sh: 107; javascript: 48; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
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