Small Container to build a deep-link 301 permanent redirection.
440
docker run --rm -e REDIRECT_URL="destination.domain.tld" -p 80:80 iteconomics/redirect
docker run -d \
--restart always \
--name souce_destination_redirect \
--label traefik.frontend.rule=Host:source.domain.tld \
--label traefik.port=80 \
-e REDIRECT_URL="destination.domain.tld" \
iteconomics/redirect
name, the source.domain.tld and the destination.domain.tld!Content type
Image
Digest
Size
212.4 MB
Last updated
almost 9 years ago
docker pull iteconomics/redirect