1.8.2
Upgrading
Due to a lot of changes with Docker, there had to be a lot of fixes/workarounds made in order to ease the burden of upgrading. Follow these steps for a smooth transition.
# Update the demyx image to the latest version
docker pull demyx/demyx
# Update the host helper script
docker run -t --rm \
-v /usr/local/bin:/tmp \
--user=root \
--entrypoint=bash \
demyx/demyx -c 'cp -f /etc/demyx/host.sh /tmp/demyx; chmod +x /tmp/demyx'
# Use the latest version of demyx
demyx host restart
# Force the upgrade
demyx host upgrade -f
Fixes
- Remove limitations on subdomains so SSL wildcards and www works on international domains and/or several levels deep of prefixes of subdomains 74fecb0
- The
-fflag should also bypass the no updates check bab05a1 - Fix GitHub Action failure 570991d
- Suppress the existing volume warning e4decaf
- Nginx would fail if the container names aren't updated to the new format 87eac07
- Remove the
versionis obsolete warning 57fdd73 - Upgrade to latest Docker version to fix
KeyError: 'ContainerConfig'errors and docker-compose is now deprecated 87c3be1