-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Devilbox not booting / Error message included in report #133
Comments
@fly-man- Please change |
Changed it to 2.0, next error came up after running docker-compose up ERROR: Invalid interpolation format for "image" option in service "httpd": "cytopia/${HTTPD_SERVER:-nginx-stable}:latest" |
Try to change |
Btw just saw it now, your docker-compose version is simply outdated. You have When you update it to |
That's the version that the installation script for Docker installed, will have a look how to get it to update to 1.9+ |
Good, let me know how it works out for you. Also while you're at it try out git branch |
I just issued these 2 commands from this page to get docker-compose to update: And currently it's downloading and updating the images so it's doing something more now. |
Devilbox is running now, it was indeed the "older" version of docker-compose that made the issue. |
docker pull cytopia/<used_docker>
) before runningdocker-compose up
log/
directory)No logs created
.env
settingDEBUG_COMPOSE_ENTRYPOINT=1
)HOST_PATH_TO_MYSQL_DATADIR
on existing database files. Different mysql|mariadb versions might upgrade/corrupt existing database files. If you have done that already, start with a different path ofHOST_PATH_TO_MYSQL_DATADIR
(to an empty directory) and try again.Please also specify the following info:
Linux ubuntu 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
docker version
Client:
Version: 17.09.0-ce
API version: 1.32
Go version: go1.8.3
Git commit: afdb6d4
Built: Tue Sep 26 22:42:18 2017
OS/Arch: linux/amd64
Server:
Version: 17.09.0-ce
API version: 1.32 (minimum version 1.12)
Go version: go1.8.3
Git commit: afdb6d4
Built: Tue Sep 26 22:40:56 2017
OS/Arch: linux/amd64
Experimental: false
docker-compose version
docker-compose version 1.8.0, build unknown
docker-py version: 1.9.0
CPython version: 2.7.12
OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
When trying to start the devilbox for the first time the following message appears in the console:
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the
services
key, or omit theversion
key and place your service definitions at the root of the file to use version 1.For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
The text was updated successfully, but these errors were encountered: