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.yml error #35

Open
cryptCEE opened this issue May 22, 2024 · 1 comment
Open

docker-compose.yml error #35

cryptCEE opened this issue May 22, 2024 · 1 comment

Comments

@cryptCEE
Copy link

on running docker compose am getting the following error. guess I am missing something, please help:

invalid mount config for type "volume": invalid mount path: 'niltalk-data' mount path must be absolute

thanks

@cryptCEE cryptCEE changed the title docker compose error docker-compose.yml error May 22, 2024
@caspar000
Copy link

In docker-compose.yml on line 15 change

volumes:
  - niltalk-data

to

volumes:
  - niltalk-data:/data

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