Sign inSign up

turfdev/apache

By turfdev

Updated over 3 years ago

Image
0

114

turfdev/apache repository overview

Dockerfile for apache

The environment variables:

  1. DOMAIN Used for your domain name
  2. DOC_ROOT Used for the document root of the domain
How to run the apache container:

sudo docker run -it -p 80:80 -e DOC_ROOT=/var/www/domain.com -e DOMAIN=domain.com -d turfdev/apache:latest

Tag summary

Content type

Image

Digest

sha256:6cd12f33a

Size

88.3 MB

Last updated

over 3 years ago

docker pull turfdev/apache