sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

docker-compose sample does not work #824

Open Nakilon opened 2 years ago

Nakilon commented 2 years ago
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 commented 7 months ago

Hi,

Can you assign this issue to me?