File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Nginx or Letsencrypt.
45
45
46
46
## Quick Start
47
47
48
- ** NOTE ** :
49
- The Docker command provided in this quick start is given as an example
50
- and parameters should be adjusted to your need.
48
+ > [ !IMPORTANT ]
49
+ > The Docker command provided in this quick start is given as an example and
50
+ > parameters should be adjusted to your need.
51
51
52
52
Launch the Nginx Proxy Manager docker container with the following command:
53
53
``` shell
@@ -194,11 +194,11 @@ docker rm nginx-proxy-manager
194
194
3. Create/start the container using the ` docker run` command, by adjusting
195
195
parameters as needed.
196
196
197
- ** NOTE** :
198
- Since all application' s data is saved under the `/config` container
199
- folder, destroying and re-creating a container is not a problem: nothing is
200
- lost and the application comes back with the same state (as long as the
201
- mapping of the `/config` folder remains the same).
197
+ > [ ! NOTE]
198
+ > Since all application' s data is saved under the `/config` container folder,
199
+ > destroying and re-creating a container is not a problem: nothing is lost and
200
+ > the application comes back with the same state (as long as the mapping of the
201
+ > `/config` folder remains the same).
202
202
203
203
## Docker Compose File
204
204
You can’t perform that action at this time.
0 commit comments