[go: nahoru, domu]

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

Environment Variables Is Not Working #114

Closed
elshafey opened this issue Apr 6, 2017 · 1 comment
Closed

Environment Variables Is Not Working #114

elshafey opened this issue Apr 6, 2017 · 1 comment
Assignees
Labels

Comments

@elshafey
Copy link
elshafey commented Apr 6, 2017

The passed Environment Variables is not working well in compose file.

I tried to set PMA_HOST,PMA_USER,PMA_PASSWORD but has no effect, though when I tried to echo these variables from the bash inside the container, it worked well

here the compose snippet

environment:
- PMA_ARBITRARY=1
- MYSQL_ROOT_PASSWORD=
- PMA_HOST=172.16.238.5
- PMA_USER=root
- PMA_PASSWORD=

@nijel nijel self-assigned this Apr 12, 2017
@nijel nijel added the bug label Apr 12, 2017
@nijel
Copy link
Contributor
nijel commented Apr 12, 2017

What indeed was not working were empty variables, this has been fixed in 1bcaeb5.

@nijel nijel closed this as completed Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants