summaryrefslogtreecommitdiff
path: root/tests/fixtures/volumes/external-volumes-v2-x.yml
blob: 3b736c5f481584d4c8dd8cf8ec30ad9b533dda50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "2.1"

services:
  web:
    image: busybox
    command: top
    volumes:
      - foo:/var/lib/
      - bar:/etc/

volumes:
  foo:
    external: true
    name: some_foo
  bar:
    external:
      name: some_bar