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