https://github.com/chneau/docker-redirect
https://github.com/chneau/docker-redirect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chneau/docker-redirect
- Owner: chneau
- Created: 2022-05-04T15:18:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T11:47:08.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T10:34:57.158Z (8 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```