Skip to content

[BUG] /data volume #78

@X015

Description

@X015

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

/data volume does not work the guide.xml file is always stored in the /config volume

Expected Behavior

No response

Steps To Reproduce

  1. cd /config
  2. Configure WebGrab++.config.xml
  3. cd ..
  4. cd /app
  5. ./update.sh

Watch the guide.xml is put in the /config folder

Environment

- OS: OpenMediaVault 7
- How docker service was installed:

CPU architecture

x86-64

Docker creation

services:
  webgrabplus:
    image: lscr.io/linuxserver/webgrabplus:latest
    container_name: webgrabplus
    hostname: webgrabplus
    mac_address: xx:a1:xx:02:xx:xx
    environment:
      - DOCKER_MODS=linuxserver/mods:universal-cron
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Vienna
    volumes:
      - /appdata/webgrabplus/config:/config
      - appdata/tvheadend/data/data/:/data
    restart: unless-stopped
    networks:
      - media_net

networks:
  media_net:
    external: true

Container logs

-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions