//heimdall
docker run -d –name=heimdall –restart=always -p 8900:80 -v /share/Web/heimdall:/config -e PUID=1000 -e PGID=1000 -e TZ=Europe/London linuxserver/heimdall:amd64-latest
//heimdall 替换
mv -f /config/Search.php /var/www/localhost/heimdall/app/
mv -f /config/app.php /var/www/localhost/heimdall/resources/lang/de/
Comments