Skip to content

Commit

Permalink
Merge pull request #9 from casem/patch-1
Browse files Browse the repository at this point in the history
fix typos in default_admin.md
  • Loading branch information
meltyshev authored Mar 20, 2024
2 parents 3ccde47 + 1d3fbbb commit b23c90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/default_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
```
```

0 comments on commit b23c90a

Please sign in to comment.