mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
11 lines
167 B
YAML
11 lines
167 B
YAML
version: '3'
|
|
|
|
services:
|
|
some-service:
|
|
image: alpine:3.7.3
|
|
volumes:
|
|
- ./volume:/mountedvolume
|
|
- db-data:/mountedsecondvolume
|
|
|
|
volumes:
|
|
db-data:
|