Qolors / FeedCord

A dead simple RSS Feed with Discord Webhooks
MIT License
150 stars 9 forks source link

Feedcord update broke? #14

Closed YoshiOST closed 8 months ago

YoshiOST commented 9 months ago

I've been getting "error while creating mount source path" for a while. I have updated the appsettings.json format, but haven't moved it anywhere new. root folder I put the yaml and using the docker cli commands. before the 2.0.0 update, it seemed fine. vhDq4F7VRp

I'm using window 10, wsl2

Qolors commented 8 months ago

Hey there! I'm having no luck in reproducing this..

Have you tried creating a new Folder with the required files and see if it gives you any luck?

version: "3.9"

services:
  myfeedcord:
    image: qolors/feedcord:latest
    container_name: FeedCord
    restart: unless-stopped
    volumes:
      - ./appsettings.json:/app/config/appsettings.json

See if this runs correctly - we can see if it's a folder and/or file permissions issue by chance. Report back and I'll be happy to try to figure this out for you. Thanks

YoshiOST commented 8 months ago

I had to do a full reinstall of docker. sorry about this. I guess I must have corrupted it in between docker updating and the build update 👍 . Thanks for the help.