Skip to content

ENVy 2.0.0

Latest
Compare
Choose a tag to compare
@magmastonealex magmastonealex released this 28 Feb 14:22
release-2.0.0
fe3df05

This release contains a breaking change. Host networking is no longer the default as it does not work correctly on Docker for Mac.

If you require host networking, add a key like:

network: host

to your ENVyfile. Be warned that this does not work as expected on Mac, so if your project may be developed there, consider specifying ports instead.

Otherwise, you can forward specific ports to the container with:

network:
  ports:
    - '8000:8000'

As well as this change, there are improvements to the user account created within the ENVy container - there is now a dedicated home directory.