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