Update timezones/postgres
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
||||
authelia:
|
||||
image: authelia/authelia
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Athens
|
||||
volumes:
|
||||
- /home/nick/configs/authelia:/config
|
||||
healthcheck:
|
||||
@@ -16,7 +14,7 @@ services:
|
||||
user: 1000:1000
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=authelia
|
||||
|
Reference in New Issue
Block a user