Fix db container name
diff --git a/xos/configurations/cord-pod/Makefile b/xos/configurations/cord-pod/Makefile
index e09378b..5b3d98d 100644
--- a/xos/configurations/cord-pod/Makefile
+++ b/xos/configurations/cord-pod/Makefile
@@ -3,7 +3,7 @@
 
 up:
 	touch id_rsa id_rsa.pub
-	sudo docker-compose up -d db xos xos_synchronizer_fabric
+	sudo docker-compose up -d xos_db xos xos_synchronizer_fabric
 	../common/wait_for_xos_port.sh 80
 
 bootstrap: nodes.yaml images.yaml