apex2www

0.0.2 • Public • Published

docker Docker Cloud Automated build License

This Docker image helps you start your own apex/root to www redirecting HTTP server.

When Docker is installed, run this:

$ docker run --name apex2www --detach \
  --restart=always --publish 80:80 \
  yegor256/apex2www

Now you can point A DNS record of your domain to the IP address of the server where the Docker container is running. Once an HTTP request arrives, it will automatically be redirected to the www. hostname.

Package Sidebar

Install

npm i apex2www

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

10.6 kB

Total Files

7

Last publish

Collaborators

  • yegor256