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

update wildfly-mysql-javaee7 with bridge networking to work with docker-compose 2 format and be compatible with recent versions of docker #8

Open
quentinburley opened this issue Jun 27, 2016 · 1 comment

Comments

@quentinburley
Copy link

the example here:
wildfly-mysql-javaee7/docker-compose.yml

relies on:
docker-compose --x-networking up -d

which works well in: docker-compose version 1.5.2, build 7240ff3

but in current versions of docker-compose (since docker-compose 1.6) the --x-networking option has been deprecated in favour of docker-compose.yml in version:2 format.

I would be very interested to see a similar example to 'wildfly-mysql-javaee7' but working with a recent version of docker-compose and possibile in the version:2 format.

Thanks.

@arun-gupta
Copy link
Owner

https://github.com/arun-gupta/docker-images/blob/master/wildfly-couchbase-javaee7/docker-compose.yml is already updated to version 2. Will update the instructions.

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