An open API service indexing awesome lists of open source software.

https://github.com/chneau/docker-redirect


https://github.com/chneau/docker-redirect

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# docker-redirect

Simple image to redirect to another website

## usage

```bash
docker run --detach --restart=always --net=host --env=PORT=80 --env=REDIRECT_TO=http://example.com ghcr.io/chneau/docker-redirect
```