Is there an existing issue for this?
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
- cd /config
- Configure WebGrab++.config.xml
- cd ..
- cd /app
- ./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
Is there an existing issue for this?
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
Watch the guide.xml is put in the /config folder
Environment
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: trueContainer logs