urania-dev / snapp

Yet Another Url Shortner. A simple excercise to learn Svelte.
https://snapp.li
MIT License
210 stars 11 forks source link

Error in `docker-compose.yml` on the app homepage #22

Closed bobo2334 closed 7 months ago

bobo2334 commented 7 months ago
redis:
  volumes:
    - /home/snapp/redis/data:rw

should be /home/snapp/redis:/data:rw

urania-dev commented 7 months ago

Oh gosh you are right. I'll fix the typo!

urania-dev commented 7 months ago

fixed on latest git commit