Update .env.sample
This commit is contained in:
parent
28e2932d16
commit
1e875e410d
|
@ -4,7 +4,7 @@ ACME_MAIL=my-email@my-provider.com
|
|||
|
||||
# HTTP Auth
|
||||
HTTP_USER=myuser
|
||||
HTTP_PASSWORD=mypassword_encoded
|
||||
HTTP_PASSWORD="mypassword_encoded"
|
||||
|
||||
# Containers permissions mapping
|
||||
PGID=1000
|
||||
|
|
Loading…
Reference in New Issue