From 17211faf1c3a5fc83c0a5e8080494e100cd71a16 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Fri, 30 Aug 2024 22:26:32 -0400 Subject: [PATCH] Updated README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bde16ea..f34e9dc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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