Make yaml formatting consistent
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -17,9 +17,9 @@ services:
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=authelia
|
||||
- POSTGRES_PASSWORD=authelia
|
||||
- POSTGRES_DB=authelia
|
||||
POSTGRES_USER: authelia
|
||||
POSTGRES_PASSWORD: authelia
|
||||
POSTGRES_DB: authelia
|
||||
volumes:
|
||||
- /home/nick/configs/authelia/db:/var/lib/postgresql/data
|
||||
user: 1000:1000
|
||||
|
Reference in New Issue
Block a user