Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Aug 31, 2024
1 parent f85f4a8 commit 17211fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Nginx or Letsencrypt.

## Quick Start

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

0 comments on commit 17211fa

Please sign in to comment.