-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from casem/patch-1
fix typos in default_admin.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ bash /opt/planka_installer | |
Choose Configuration, than Admin user | ||
|
||
## Docker | ||
To use the default admin user, you have to uncomment the folling variables in the **docker-compose.yml** | ||
To use the default admin user, you have to uncomment the following variables in the **docker-compose.yml** | ||
|
||
```bash | ||
- [email protected] # Do not remove if you want to prevent this user from being edited/deleted | ||
|
@@ -37,7 +37,7 @@ docker compose up -d | |
``` | ||
|
||
## Manual Installation | ||
To use the default admin user, you have to uncomment the folling variables in the **.env** file. | ||
To use the default admin user, you have to uncomment the following variables in the **.env** file. | ||
|
||
```bash | ||
[email protected] # Do not remove if you want to prevent this user from being edited/deleted | ||
|
@@ -51,4 +51,4 @@ After changing variables, you have to restart Planka | |
If you're using our guide with PM2, just run | ||
```bash | ||
service plaka restart | ||
``` | ||
``` |