File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
password : ${{ secrets.DOCKERHUB_PASSWORD }}
116
116
117
117
- name : Build and push
118
- uses : docker/build-push-action@v5
118
+ uses : docker/build-push-action@v6
119
119
with :
120
120
push : ${{ steps.prep.outputs.is_release == 'yes' }}
121
121
provenance : false
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ Nginx or Letsencrypt.
81
81
82
82
## Quick Start
83
83
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.
87
87
88
88
Launch the Nginx Proxy Manager docker container with the following command:
89
89
``` shell
@@ -230,11 +230,11 @@ docker rm nginx-proxy-manager
230
230
3. Create/start the container using the ` docker run` command, by adjusting
231
231
parameters as needed.
232
232
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).
238
238
239
239
## Docker Compose File
240
240
You can’t perform that action at this time.
0 commit comments