Skip to content

Commit 198b35c

Browse files
authored
Merge branch 'jlesage:master' into crowdsec_rework
2 parents 1d3e5cc + c862c4a commit 198b35c

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
@@ -89,7 +89,7 @@ COPY src/cs-openresty-bouncer /build
8989
RUN /build/build.sh "$CROWDSEC_OPENRESTY_BOUNCER_URL"
9090

9191
# Pull base image.
92-
FROM jlesage/baseimage:alpine-3.16-v3.4.6
92+
FROM jlesage/baseimage:alpine-3.16-v3.4.7
9393

9494
ARG NGINX_PROXY_MANAGER_VERSION
9595
ARG DOCKER_IMAGE_VERSION

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,22 @@ format: `<HOST_DIR>:<CONTAINER_DIR>[:PERMISSIONS]`.
152152
153153
### Ports
154154
155-
Here is the list of ports used by the container. They can be mapped to the host
156-
via the `-p` parameter (one per port mapping). Each mapping is defined in the
157-
following format: `<HOST_PORT>:<CONTAINER_PORT>`. The port number inside the
158-
container cannot be changed, but you are free to use any port on the host side.
159-
160-
| Port | Mapping to host | Description |
161-
|------|-----------------|-------------|
162-
| 8181 | Mandatory | Port used to access the web interface of the application. |
163-
| 8080 | Mandatory | Port used to serve HTTP requests. |
164-
| 4443 | Mandatory | Port used to serve HTTPs requests. |
155+
Here is the list of ports used by the container.
156+
157+
When using the default bridge network, ports can be mapped to the host via the
158+
`-p` parameter (one per port mapping). Each mapping is defined with the
159+
following format: `<HOST_PORT>:<CONTAINER_PORT>`. The port number used inside
160+
the container might not be changeable, but you are free to use any port on the
161+
host side.
162+
163+
See the [Docker Container Networking](https://docs.docker.com/config/containers/container-networking)
164+
documentation for more details.
165+
166+
| Port | Protocol | Mapping to host | Description |
167+
|------|----------|-----------------|-------------|
168+
| 8181 | TCP | Mandatory | Port used to access the web interface of the application. |
169+
| 8080 | TCP | Mandatory | Port used to serve HTTP requests. |
170+
| 4443 | TCP | Mandatory | Port used to serve HTTPs requests. |
165171
166172
### Changing Parameters of a Running Container
167173

0 commit comments

Comments
 (0)