commit | 50667651a1a897f03dd33ebea0db655cc9acef3d | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Dec 03 20:26:41 2015 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Dec 03 20:26:41 2015 -0800 |
tree | 62dfa017bdea92b8af93091ff5dbf45da007bf6c | |
parent | 911ecc692b6829cca55b7e7ded617386f29024f9 [diff] |
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: