Skip to content

Instantly share code, notes, and snippets.

@shrop
Created November 4, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/cd214ee3ac2533ebb484cf6e1a0a5ca4 to your computer and use it in GitHub Desktop.
Save shrop/cd214ee3ac2533ebb484cf6e1a0a5ca4 to your computer and use it in GitHub Desktop.
drupal4docker docker-compose up -d error
docker-compose up -d
Creating network "drupal8_default" with the default driver
Creating drupal8_traefik_1 ...
Creating drupal8_mailhog_1 ...
Creating drupal8_portainer_1 ...
Creating drupal8_mariadb_1 ...
Creating drupal8_php_1 ...
Creating drupal8_mariadb_1
Creating drupal8_traefik_1
Creating drupal8_php_1
ERROR: for drupal8_mailhog_1 dictionary update sequence element #0 has length 23; 2 is required
Creating drupal8_php_1 ... done
Creating drupal8_nginx_1 ...
Creating drupal8_mariadb_1 ... done
ERROR: for nginx dictionary update sequence element #0 has length 21; 2 is required
ERROR: for mailhog dictionary update sequence element #0 has length 23; 2 is required
ERROR: for portainer dictionary update sequence element #0 has length 25; 2 is required
Traceback (most recent call last):
File "docker-compose", line 6, in <module>
File "compose/cli/main.py", line 68, in main
File "compose/cli/main.py", line 121, in perform_command
File "compose/cli/main.py", line 952, in up
File "compose/project.py", line 455, in up
File "compose/parallel.py", line 70, in parallel_execute
ValueError: dictionary update sequence element #0 has length 21; 2 is required
Failed to execute script docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment