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

Type errors with Docker Compose version 2.0.0-beta.4 #604

Open
1 of 4 tasks
CuriouzK0d3r opened this issue Jun 29, 2021 · 0 comments
Open
1 of 4 tasks

Type errors with Docker Compose version 2.0.0-beta.4 #604

CuriouzK0d3r opened this issue Jun 29, 2021 · 0 comments

Comments

@CuriouzK0d3r
Copy link
Member

Describe the bug
OS: MacOS
docker-compose version: 2.0.0-beta.4

Trying to start the containers leads to a number of syntax errors.

  1. found character that cannot start any token
  2. the type should by string or number

They are produced by type-checking performed at the .env values.
For example, the HASURA secret is starting with @ and this is problematic.

Affected Component(s)

  • Back-End (Database, Microservices, Containers, etc)
  • Front-End (Flask, API, etc)
  • Docs
  • Build System

To Reproduce
Steps to reproduce the behavior:
docker-compose -f docker-compose.yaml config or docker-compose up

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System (please complete the following information):

  • OS: MacOS Big Sur

Additional context
Add any other context about the problem here.

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

1 participant