mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added DB DUMP PATH to docker.env
This commit is contained in:
parent
f04cfb3e7f
commit
5cf1c8dfa3
|
@ -18,6 +18,7 @@ DB_DATABASE=${MYSQL_DATABASE}
|
|||
DB_USERNAME=${MYSQL_USER}
|
||||
DB_PASSWORD=${MYSQL_PASSWORD}
|
||||
DB_PREFIX=null
|
||||
DB_DUMP_PATH='/usr/bin'
|
||||
|
||||
|
||||
# --------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue