Dockerfile ENV fix
This commit is contained in:
parent
ce70c9b4bf
commit
e21bbe6b51
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ COPY . /var/www/html/
|
|||
ENV REDIS_OPTIONS_SCHEMA "tcp"
|
||||
ENV REDIS_OPTIONS_HOST "localhost"
|
||||
ENV REDIS_OPTIONS_PORT "6379"
|
||||
ENV REDIS_OPTIONS_PASSWORD
|
||||
ENV REDIS_OPTIONS_PASSWORD "changeme"
|
||||
|
||||
ENV RETWIS_TITLE "Moin"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue