A basic nginx server that allows you to mount a "sites-enabled" directory.
642
From https://github.com/alanctkc/docker-nginx
To run a basic nginx server with /path/to/sites-enabled as the sites-enabled directory:
$ docker run -d -p 80:80 -v /path/to/sites-enabled:/etc/nginx/sites-enabled alanct/nginx
Content type
Image
Digest
sha256:cdd5c98b3…
Size
165.1 MB
Last updated
almost 11 years ago
docker pull alanct/nginx