Skip to content

Commit 685c8ab

Browse files
committed
Updated documentation.
1 parent 6a203b4 commit 685c8ab

File tree

2 files changed

+134
-140
lines changed

2 files changed

+134
-140
lines changed

DOCKERHUB.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Nginx or Letsencrypt.
2424
## Quick Start
2525

2626
**NOTE**:
27-
The Docker command provided in this quick start is given as an example
28-
and parameters should be adjusted to your need.
27+
The Docker command provided in this quick start is an example, and parameters
28+
should be adjusted to suit your needs.
2929

3030
Launch the Nginx Proxy Manager docker container with the following command:
3131
```shell
@@ -40,19 +40,17 @@ docker run -d \
4040

4141
Where:
4242

43-
- `/docker/appdata/nginx-proxy-manager`: This is where the application stores its configuration, states, log and any files needing persistency.
43+
- `/docker/appdata/nginx-proxy-manager`: Stores the application's configuration, state, logs, and any files requiring persistency.
4444

45-
Browse to `http://your-host-ip:8181` to access the Nginx Proxy Manager web interface.
45+
Access the Nginx Proxy Manager GUI by browsing to `http://your-host-ip:8181`.
4646

4747
## Documentation
4848

4949
Full documentation is available at https://github.com/jlesage/docker-nginx-proxy-manager.
5050

5151
## Support or Contact
5252

53-
Having troubles with the container or have questions? Please
54-
[create a new issue].
53+
Having troubles with the container or have questions? Please
54+
[create a new issue](https://github.com/jlesage/docker-nginx-proxy-manager/issues).
5555

56-
For other great Dockerized applications, see https://jlesage.github.io/docker-apps.
57-
58-
[create a new issue]: https://github.com/jlesage/docker-nginx-proxy-manager/issues
56+
For other Dockerized applications, visit https://jlesage.github.io/docker-apps.

0 commit comments

Comments
 (0)