diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 29b53c3102ae4e8f9bb0956e0f7cd3458195d385..81e5e4a85223a042b1325343fb01cc941ef3311c 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -158,7 +158,7 @@ bootstrap: pull build # first start, initialise from scratch $(MAKE) start elk-configure-host # configure host kernel for elk container $(MAKE) start dsconfig # boot up containers to load configurations sleep 5 # wait for dsconfig container to come up - ../sbin/update_ConfigDb.sh ../CDB/LOFAR-ConfigDb.sh # load default configuration + ../sbin/update_ConfigDb.sh ../CDB/LOFAR_ConfigDb.json # load default configuration start: up ## start a service (usage: make start <servicename>) if [ $(UNAME_S) = Linux ]; then touch ~/.Xauthority; chmod a+r ~/.Xauthority; fi