Use simple quotes for HTTP_PASSWORD
This commit is contained in:
parent
930268b6c0
commit
a164ab76b7
|
@ -4,7 +4,7 @@ ACME_MAIL=my-email@my-provider.com
|
|||
|
||||
# HTTP Auth
|
||||
HTTP_USER=myuser
|
||||
HTTP_PASSWORD="mypassword_encoded"
|
||||
HTTP_PASSWORD='mypassword_encoded' # Keep these simple quotes!
|
||||
|
||||
# Containers permissions mapping
|
||||
PGID=1000
|
||||
|
|
Loading…
Reference in New Issue