Skip to content

Commit 6c055e2

Browse files
authored
Merge branch 'jlesage:master' into crowdsec_rework
2 parents a16ccf4 + 17211fa commit 6c055e2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
password: ${{ secrets.DOCKERHUB_PASSWORD }}
116116

117117
- name: Build and push
118-
uses: docker/build-push-action@v5
118+
uses: docker/build-push-action@v6
119119
with:
120120
push: ${{ steps.prep.outputs.is_release == 'yes' }}
121121
provenance: false

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Nginx or Letsencrypt.
8181

8282
## Quick Start
8383

84-
**NOTE**:
85-
The Docker command provided in this quick start is given as an example
86-
and parameters should be adjusted to your need.
84+
> [!IMPORTANT]
85+
> The Docker command provided in this quick start is given as an example and
86+
> parameters should be adjusted to your need.
8787
8888
Launch the Nginx Proxy Manager docker container with the following command:
8989
```shell
@@ -230,11 +230,11 @@ docker rm nginx-proxy-manager
230230
3. Create/start the container using the `docker run` command, by adjusting
231231
parameters as needed.
232232
233-
**NOTE**:
234-
Since all application's data is saved under the `/config` container
235-
folder, destroying and re-creating a container is not a problem: nothing is
236-
lost and the application comes back with the same state (as long as the
237-
mapping of the `/config` folder remains the same).
233+
> [!NOTE]
234+
> Since all application's data is saved under the `/config` container folder,
235+
> destroying and re-creating a container is not a problem: nothing is lost and
236+
> the application comes back with the same state (as long as the mapping of the
237+
> `/config` folder remains the same).
238238
239239
## Docker Compose File
240240

0 commit comments

Comments
 (0)