docker-compose/test/docker-compose-42.yml
2021-04-14 16:17:03 +02:00

12 lines
214 B
YAML

version: '3'
services:
some-service:
image: nginx:1.19.9-alpine
command: 'nginx -g "daemon off;"'
volumes:
# - ./volume:/mountedvolume
- db-data:/mountedsecondvolume
volumes:
db-data: