mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-10 02:02:49 +00:00
7 lines
No EOL
102 B
YAML
7 lines
No EOL
102 B
YAML
version: '3'
|
|
|
|
services:
|
|
some-service:
|
|
image: alpine
|
|
volumes:
|
|
- ./volume:/mountedvolume |