github.com/AbhinandanKurakure/podman/v3@v3.4.10/test/compose/mount_and_label/docker-compose.yml (about)

     1  version: '3'
     2  services:
     3    web:
     4      build: frontend
     5      ports:
     6        - '5000:5000'
     7      volumes:
     8        - /tmp/data:/data:ro
     9      security_opt:
    10        - label=disable
    11      labels:
    12        - "io.podman=the_best"