specify the command to start XOS to include making migrations
diff --git a/containers/xos-compose.yml b/containers/xos-compose.yml
index 67dfc98..27a3b5a 100644
--- a/containers/xos-compose.yml
+++ b/containers/xos-compose.yml
@@ -18,6 +18,7 @@
 
 xos:
     image: xosproject/xos
+    command: python /opt/xos/manage.py runserver 0.0.0.0:8000 --insecure --makemigrations
     ports:
         - "8000:8000"
     links: