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 sample does not work #824

Open
Nakilon opened this issue Mar 7, 2022 · 1 comment
Open

docker-compose sample does not work #824

Nakilon opened this issue Mar 7, 2022 · 1 comment

Comments

@Nakilon
Copy link

Nakilon commented Mar 7, 2022

Creating _mongo_1 ... error

ERROR: for _mongo_1  Cannot create container for service mongo: b'Invalid container name (_mongo_1), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed'

ERROR: for mongo  Cannot create container for service mongo: b'Invalid container name (_mongo_1), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed'
ERROR: Encountered errors while bringing up the project.
app:
  image: sdelements/lets-chat
  links:
    - mongo
  ports:
    - 8080:8006
    - 5222:5222

mongo:
  image: mongo:latest
@Rai-Sahil
Copy link

Hi,

Can you assign this issue to me?

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

2 participants