mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Merge pull request #393 from jmartin84/391
fixed STORAGE_USERNAME typo in dockerfile
This commit is contained in:
commit
eeaf2d7b18
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ENV STORAGE_TYPE=memcached \
|
||||||
STORAGE_DB=2 \
|
STORAGE_DB=2 \
|
||||||
STORAGE_AWS_BUCKET= \
|
STORAGE_AWS_BUCKET= \
|
||||||
STORAGE_AWS_REGION= \
|
STORAGE_AWS_REGION= \
|
||||||
STORAGE_USENAMER= \
|
STORAGE_USENAME= \
|
||||||
STORAGE_PASSWORD= \
|
STORAGE_PASSWORD= \
|
||||||
STORAGE_FILEPATH=
|
STORAGE_FILEPATH=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue