Skip to content

Commit 0403d41

Browse files
committed
Added readme for dockerhub.
1 parent 3dedda7 commit 0403d41

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

DOCKERHUB.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Docker container for Nginx Proxy Manager
2+
[![Docker Automated build](https://img.shields.io/docker/automated/jlesage/nginx-proxy-manager.svg)](https://hub.docker.com/r/jlesage/nginx-proxy-manager/) [![Docker Image](https://images.microbadger.com/badges/image/jlesage/nginx-proxy-manager.svg)](http://microbadger.com/#/images/jlesage/nginx-proxy-manager) [![Build Status](https://travis-ci.org/jlesage/docker-nginx-proxy-manager.svg?branch=master)](https://travis-ci.org/jlesage/docker-nginx-proxy-manager) [![GitHub Release](https://img.shields.io/github/release/jlesage/docker-nginx-proxy-manager.svg)](https://github.com/jlesage/docker-nginx-proxy-manager/releases/latest) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/JocelynLeSage/0usd)
3+
4+
This is a Docker container for [Nginx Proxy Manager](https://nginxproxymanager.jc21.com).
5+
6+
---
7+
8+
[![Nginx Proxy Manager logo](https://images.weserv.nl/?url=raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/nginx-proxy-manager-icon.png&w=200)](https://nginxproxymanager.jc21.com)[![Nginx Proxy Manager](https://dummyimage.com/400x110/ffffff/575757&text=Nginx+Proxy+Manager)](https://nginxproxymanager.jc21.com)
9+
10+
Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
11+
12+
---
13+
14+
## Quick Start
15+
16+
**NOTE**: The Docker command provided in this quick start is given as an example
17+
and parameters should be adjusted to your need.
18+
19+
Launch the Nginx Proxy Manager docker container with the following command:
20+
```
21+
docker run -d \
22+
--name=nginx-proxy-manager \
23+
-p 8181:8181 \
24+
-p 8080:8080 \
25+
-p 4443:4443 \
26+
-v /docker/appdata/nginx-proxy-manager:/config:rw \
27+
jlesage/nginx-proxy-manager
28+
```
29+
30+
Where:
31+
- `/docker/appdata/nginx-proxy-manager`: This is where the application stores its configuration, log and any files needing persistency.
32+
33+
Browse to `http://your-host-ip:8181` to access the Nginx Proxy Manager web interface.
34+
35+
## Documentation
36+
37+
Full documentation is available at https://github.com/jlesage/docker-nginx-proxy-manager.
38+
39+
## Support or Contact
40+
41+
Having troubles with the container or have questions? Please
42+
[create a new issue].
43+
44+
For other great Dockerized applications, see https://jlesage.github.io/docker-apps.
45+
46+
[create a new issue]: https://github.com/jlesage/docker-nginx-proxy-manager/issues

0 commit comments

Comments
 (0)