Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 386 Bytes

backstop

A system that will return the same document regardless of what page is requested.

Running

To run this container image, simply run this command, or some variation on it:

docker run --rm -d -p 8080:80/tcp \
  -e HTTPD_PROXY_PROTOCOL=On \
  -e HTTPD_SERVER_NAME=localhost:8080 \
  -e [email protected] \
  ghcr.io/paullockaby/backstop:v1.1.0