aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: f286f5c20c1a09eebaf197c30120f0e48f4348bc (plain)
1
2
3
4
5
6
7
8
1. If lava-docker is located other then 'localhost', need to add the server IP to ALLOWED_HOSTS list in master/settings.conf
2. Container DNS issue:
    Sometimes container can not resolve domain name
    Edit /etc/docker/daemon.conf
      {
          "dns": ["8.8.4.4", "8.8.8.8"]
      }