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

docker-compose ENVIRONMENT Variable true not allowed #80

Closed
kkrieger85 opened this issue Mar 10, 2024 · 3 comments
Closed

docker-compose ENVIRONMENT Variable true not allowed #80

kkrieger85 opened this issue Mar 10, 2024 · 3 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@kkrieger85
Copy link

ENABLE_ACCOUNT_CREATION: true

Trying to start this with docker-compose, I got following message:
services.app.environment.ENABLE_ACCOUNT_CREATION contains true, which is an invalid type, it should be a string, number, or a null

I suggest to change that to "1"

      ENABLE_ACCOUNT_CREATION: 1

docker-compose version 1.29.2, build unknown
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1

@alxlion alxlion added the bug Something isn't working label Mar 15, 2024
@alxlion alxlion self-assigned this Mar 15, 2024
@alxlion
Copy link
Contributor

alxlion commented Mar 15, 2024

Do you use docker compose or docker-compose ? Because the last one is deprecated, I don't have any errors with docker compose.

Copy link

stale bot commented May 14, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 14, 2024
@kkrieger85
Copy link
Author

Do you use docker compose or docker-compose ? Because the last one is deprecated, I don't have any errors with docker compose.

My bad. Works now as expected.

Thank you for your work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
Status: Done
Development

No branches or pull requests

2 participants