Skip to content

Commit

Permalink
lint: missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 14, 2024
1 parent be40352 commit a0f9767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ To extract the database use:
```
(Note: make sure the database is not running before executing this command)

Alternatively you can not extract the database, which will start the service with an empty database. Use the [Docker Guide](https://goauthentik.io/docs/installation/docker-compose#preparation) from Authentik to get you going then.

## Start Docker

To start the authentik server and its services run:
Expand Down Expand Up @@ -39,4 +41,4 @@ If you want to publish changes to the database you can use the following command
./database.pack.sh
```
(Note: this assumes you are not root and sets the permissions of the database files via sudo)
(Note: make sure to shut down the database first before you run the script)
(Note: make sure to shut down the database first before you run the script)

0 comments on commit a0f9767

Please sign in to comment.