Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing config? #2

Open
sils opened this issue Jan 20, 2017 · 5 comments
Open

missing config? #2

sils opened this issue Jan 20, 2017 · 5 comments

Comments

@sils
Copy link

sils commented Jan 20, 2017

root@solar:~/moonmoon-compose# docker-compose up
ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
@yukiisbored
Copy link
Owner

It looks like you're running an outdated version of docker-compose. Please update, I recommend installing via pypi pip install docker-compose or from the github releases. The packages on Ubuntu are outdated for some odd reasons.

@yukiisbored
Copy link
Owner

Which is pretty weird, because Ubuntu usually ships the latest software :/

@sils
Copy link
Author

sils commented Jan 23, 2017

root@solar:~/moonmoon-compose# docker-compose --version
docker-compose version 1.5.2, build unknown

@sils
Copy link
Author

sils commented Jan 23, 2017

debconf: falling back to frontend: Readline
Adding system-user for exim (v4)
Setting up exim4-base (4.84.2-2+deb8u3) ...
E: Sub-process /usr/bin/dpkg exited unexpectedly
ERROR: Service 'moonmoon' failed to build: The command '/bin/sh -c cd /var/www/html &&     apt-get update && apt-get install -y git unzip cron &&     curl https://getcomposer.org/composer.phar -o composer.phar &&     php composer.phar install &&     rm -rf composer.phar install.php admin/ tests/ *.yml *.json            README.markdown LICENSE VERSION &&     apt-get autoremove -y git unzip' returned a non-zero code: 100
(.compenv) root@solar:~/moonmoon-compose# 

@yukiisbored
Copy link
Owner

I cannot reproduce the build failure. I'm currently running:

yuki@matsuoka ~ $ docker --version
Docker version 1.13.0, build 49bf474
yuki@matsuoka ~ $ docker-compose --version
docker-compose version 1.10.0, build 4bd6f1a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants