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: