Update 'root/usr/libexec/apps/megamedia/megamedia.sh'

main
ben 1 year ago
parent c6011792bf
commit 319f8e993e

@ -36,8 +36,9 @@ do_install_detail() {
# Create Docker Compose file with custom variables # Create Docker Compose file with custom variables
# Create Docker Compose file with custom variables # Create Docker Compose file with custom variables
touch docker-compose.yml mkdir /opt/docker2/compose/megamedia
cat > docker-compose.yml <<EOF touch /opt/docker2/compose/megamedia/docker-compose.yml
cat > /opt/docker2/compose/megamedia/docker-compose.yml <<EOF
version: '3.8' version: '3.8'
services: services:
jellyfin: jellyfin:
@ -47,7 +48,7 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
- JELLYFIN_PublishedServerUrl=192.168.70.1 - JELLYFIN_PublishedServerUrl={$LAN_IP}
volumes: volumes:
- ./library:/config - ./library:/config
- $config/jellyfin/tvshows:/data/tvshows - $config/jellyfin/tvshows:/data/tvshows
@ -154,7 +155,7 @@ services:
EOF EOF
docker-compose up -d docker-compose -f /opt/docker2/compose/megamedia/docker-compose.yml up -d
# Add a new list option to the "shortcutmenu" configuration file # Add a new list option to the "shortcutmenu" configuration file
uci add shortcutmenu lists uci add shortcutmenu lists

Loading…
Cancel
Save