File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments