knadh / niltalk

Instant, disposable, single-binary web based live chat server. Go + VueJS.
GNU Affero General Public License v3.0
945 stars 118 forks source link

docker-compose.yml error #35

Open cryptCEE opened 1 month ago

cryptCEE commented 1 month ago

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

caspar000 commented 1 month ago

In docker-compose.yml on line 15 change

volumes:
  - niltalk-data

to

volumes:
  - niltalk-data:/data