mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-16 21:33:15 -04:00
switch to lsio qemu-static
This commit is contained in:
@@ -7,5 +7,6 @@ fi
|
||||
|
||||
if [[ $(uname -m) = "x86_64" ]]; then
|
||||
echo "**** Enabling QEMU ****"
|
||||
exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker pull lscr.io/linuxserver/qemu-static
|
||||
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user