Skip to content

Instantly share code, notes, and snippets.

@lgvital
Created August 12, 2019 08:17
Show Gist options
  • Save lgvital/24eeb3a1828969cfc66e8d8d7a9ee1fd to your computer and use it in GitHub Desktop.
Save lgvital/24eeb3a1828969cfc66e8d8d7a9ee1fd to your computer and use it in GitHub Desktop.
lionel@machine:~/code/cookiecutter_aws (convert-compose)$ ecs-cli compose --file production.yml service up
WARN[0000] Skipping unsupported YAML option for service... option name=build service name=django
WARN[0000] Skipping unsupported YAML option for service... option name=depends_on service name=django
WARN[0000] Skipping unsupported YAML option for service... option name=build service name=postgres
WARN[0000] Skipping unsupported YAML option for service... option name=depends_on service name=traefik
ERRO[0001] Error registering task definition error="ClientException: containerPath values aren't unique across mountPoints.\n\tstatus code: 400, request id: 425f2d91-c69a-443d-bd17-3f8792249284" family=cookiecutter_aws
ERRO[0001] Create task definition failed error="ClientException: containerPath values aren't unique across mountPoints.\n\tstatus code: 400, request id: 425f2d91-c69a-443d-bd17-3f8792249284"
FATA[0001] ClientException: containerPath values aren't unique across mountPoints.
status code: 400, request id: 425f2d91-c69a-443d-bd17-3f8792249284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment