Netflix-Skunkworks / aardvark

Aardvark is a multi-account AWS IAM Access Advisor API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker compose error

josjaf opened this issue · comments

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:

Added, thanks!