commit | 8effcc77ba72ec213c1978840b0a09dc402aaf5f | [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 | b7a3ee177f439c021a09f78580aef86ec1aeac28 [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: