mirror of https://github.com/docker/compose.git
10 lines
124 B
YAML
10 lines
124 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
simple:
|
||
|
image: busybox:latest
|
||
|
volumes:
|
||
|
- datastore:/data1
|
||
|
|
||
|
volumes:
|
||
|
datastore:
|