-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added section for the default account credentials.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ Nginx Proxy Manager enables you to easily forward to your websites running at ho | |
* [User/Group IDs](#usergroup-ids) | ||
* [Accessing the GUI](#accessing-the-gui) | ||
* [Shell Access](#shell-access) | ||
* [Default Administrator Account](#default-administrator-account) | ||
* [Accessibility From The Internet](#accessibility-from-the-internet) | ||
* [Support or Contact](#support-or-contact) | ||
|
||
|
@@ -245,6 +246,15 @@ docker exec -ti CONTAINER sh | |
Where `CONTAINER` is the ID or the name of the container used during its | ||
creation (e.g. `crashplan-pro`). | ||
|
||
## Default Administrator Account | ||
|
||
After a fresh install, use the following credentials to login: | ||
- Email address: `[email protected]` | ||
- Password: `changeme`. | ||
|
||
After you login with this default user, you will be asked to modify your details | ||
and change your password. | ||
|
||
## Accessibility From The Internet | ||
|
||
**NOTE:** This section assumes that the container is using the default `bridge` | ||
|