/web-redirects

Mirror of https://git.shivering-isles.com/hedgedoc/redirect

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

HedgeDoc redirect

This project manages all redirects for the HedgeDoc project.

How to build

Simply build the docker container

git clone https://git.shivering-isles.com/codimd/redirect.git
cd codimd-redirect
docker build -t quay.io/sheogorath/codimd-redirect:latest .

How to run

Simply run the container

docker run -d --restart always -p 80:80 quay.io/sheogorath/codimd-redirect

Or run locally to check details:

docker run --rm -it -p 80:80 quay.io/sheogorath/codimd-redirect