Commit f40fa965 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

lakefs server should listen on port 80

parent 7d01c49f
......@@ -11,6 +11,7 @@ SECRET_KEY=`/sbin/uci -q get s3.credentials.secretkey`
if [ ! -z "$SERVER" ] && [ ! -z "$DATABASE" ] && [ ! -z "$AUTH_SECRET_KEY" ] && [ ! -z "$ACCESS_KEY" ] && [ ! -z "$SECRET_KEY" ]; then
echo "---" > /run/lakefs/config.yaml
echo "listen_address: \"0.0.0.0:80\"" >> /run/lakefs/config.yaml
echo "database:" >> /run/lakefs/config.yaml
echo " type: \"postgres\"" >> /run/lakefs/config.yaml
echo " postgres:" >> /run/lakefs/config.yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment