Skip to content

Commit 1b44373

Browse files
authored
Merge branch 'jlesage:master' into master
2 parents 0843ec2 + c862c4a commit 1b44373

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question, discuss
44
url: https://github.com/jlesage/docker-nginx-proxy-manager/discussions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN \
7979
find /tmp/certbot-install/usr/lib/python3.10/site-packages -type d -name tests -print0 | xargs -0 rm -r
8080

8181
# Pull base image.
82-
FROM jlesage/baseimage:alpine-3.16-v3.4.6
82+
FROM jlesage/baseimage:alpine-3.16-v3.4.7
8383

8484
ARG NGINX_PROXY_MANAGER_VERSION
8585
ARG DOCKER_IMAGE_VERSION

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,22 @@ format: `<HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS]`.
188188
189189
### Ports
190190
191-
Here is the list of ports used by the container. They can be mapped to the host
192-
via the `-p` parameter (one per port mapping). Each mapping is defined in the
193-
following format: `<HOST_PORT>:<CONTAINER_PORT>`. The port number inside the
194-
container cannot be changed, but you are free to use any port on the host side.
195-
196-
| Port | Mapping to host | Description |
197-
|------|-----------------|-------------|
198-
| 8181 | Mandatory | Port used to access the web interface of the application. |
199-
| 8080 | Mandatory | Port used to serve HTTP requests. |
200-
| 4443 | Mandatory | Port used to serve HTTPs requests. |
191+
Here is the list of ports used by the container.
192+
193+
When using the default bridge network, ports can be mapped to the host via the
194+
`-p` parameter (one per port mapping). Each mapping is defined with the
195+
following format: `<HOST_PORT>:<CONTAINER_PORT>`. The port number used inside
196+
the container might not be changeable, but you are free to use any port on the
197+
host side.
198+
199+
See the [Docker Container Networking](https://docs.docker.com/config/containers/container-networking)
200+
documentation for more details.
201+
202+
| Port | Protocol | Mapping to host | Description |
203+
|------|----------|-----------------|-------------|
204+
| 8181 | TCP | Mandatory | Port used to access the web interface of the application. |
205+
| 8080 | TCP | Mandatory | Port used to serve HTTP requests. |
206+
| 4443 | TCP | Mandatory | Port used to serve HTTPs requests. |
201207
202208
### Changing Parameters of a Running Container
203209

0 commit comments

Comments
 (0)