Skip to content

bcwalrus/demo-autobuilds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Nginx Dockerfile

This repository contains the dockerfile of Nginx for Docker's automated build published to the public Docker Hub Registry.

Usage

docker run -d -p 80:80 <repo>

Attach persistent/shared directories

docker run -d -p 80:80 -v <sites-enabled-dir>:/etc/nginx/conf.d -v <certs-dir>:/etc/nginx/certs -v <log-dir>:/var/log/nginx -v <html-dir>:/var/www/html <repo>

After a few seconds, open http://<host> to see the welcome page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published