We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Docker run CLI allows to pass a different path for the ENV file to use. Also helpful if it's name is not the default expected ".env":
Set environment variables (-e, --env, --env-file): % docker run -e MYVAR1 --env MYVAR2=foo --env-file ./env.list ubuntu bash
from https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file
Can this also be supported by docker-sync in order to use the same custom ENVs in docker-sync configs?
Docker for Mac
all
Irrelevant for request - but here's my project's Docker files structure:
/my-project/ |_ Docker/ |_ .env.docker |_ docker-compose.yml |_ docker-sync.yml |_ README.md |_ app/ |_ public/ |_ other stuff…
macOS Ventura 13.1 (22C65)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
The Docker run CLI allows to pass a different path for the ENV file to use. Also helpful if it's name is not the default expected ".env":
from https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file
Can this also be supported by docker-sync in order to use the same custom ENVs in docker-sync configs?
Docker Driver
Docker for Mac
Sync strategy
all
your docker-sync.yml
Irrelevant for request - but here's my project's Docker files structure:
OS
macOS Ventura 13.1 (22C65)
The text was updated successfully, but these errors were encountered: