realies / soulseek-docker

🐳 Soulseek Docker Container
https://hub.docker.com/r/realies/soulseek/
MIT License
209 stars 35 forks source link

Changes aren't persisten after container restart. #57

Closed hrmtc closed 1 year ago

hrmtc commented 1 year ago

Hi.

I don't know what I'm doing wrong:

I've double checked my volumes mapping, but after restart the container, the config is not saved.

Thanks.

This is my docker-compose file:

  soulseek:
    image: realies/soulseek
    container_name: soulseek
    logging:
      driver: "json-file"
      options:
        max-size: "50m"
        max-file: "20"
    environment:
      - PGID=1000
      - PUID=1000
      - TZ=America/Buenos_Aires
      - UMASK=002
    ports:
      - 6080:6080
    volumes:
      - /docker/appdata/soulseek/appdata:/data/.SoulseekQt
      - /docker/appdata/soulseek/downloads:/data/Soulseek Downloads 
      - /mnt/NAS/Descargas/Soulseek:/mnt/downloads
      - /docker/appdata/soulseek/shared:/data/Soulseek Shared Folder
      - /docker/appdata/soulseek/logs:/data/Soulseek Chat Logs
realies commented 1 year ago

@hrmtc, you might have to lower the time interval that Soulseek has to save its settings to the AppData folder. Please check the other closed issues about this.