summaryrefslogtreecommitdiff
path: root/test/compose/mount_and_label/docker-compose.yml
blob: 81fda25126211e5850e099720c158ce56e0a9546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'
services:
  web:
    build: frontend
    ports:
      - '5000:5000'
    volumes:
      - /tmp/data:/data:ro
    security_opt:
      - label=disable
    labels:
      - "io.podman=the_best"