Started cleanup of docker related files
This commit is contained in:
parent
acdb707a31
commit
d9c27021aa
2 changed files with 10 additions and 26 deletions
|
@ -13,14 +13,6 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
# creds.yml migration
|
||||
if [ -f /app/creds.yml ]; then
|
||||
echo "Default location for creds.yml is now /app/data/creds.yml."
|
||||
echo "Please move your creds.yml and update your docker-compose.yml accordingly."
|
||||
|
||||
export Ellie_creds=/app/creds.yml
|
||||
fi
|
||||
|
||||
# ensure ellie can write on /app/data
|
||||
chown -R ellie:ellie "$data"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue