Netflix-Skunkworks / aardvark

Aardvark is a multi-account AWS IAM Access Advisor API
Apache License 2.0
472 stars 77 forks source link

Docker compose error #107

Closed josjaf closed 4 years ago

josjaf commented 4 years ago

ERROR: Named volume "data:/data:rw" is used in service "init" but no declaration was found in the volumes section.

Here is the fix - add this to docker-compose.yaml

volumes:
  data:
patricksanders commented 4 years ago

Added, thanks!