commit | a317b871e7dd89cf2fce274bbbb3141bd93fac67 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 10 12:02:41 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 10 17:18:23 2017 -0800 |
tree | 3093a09252177560c0d009dde2a982c666ef73ee | |
parent | 388f2f1bba27f99b78bae3339c806358ccbe9ae6 [diff] [blame] |
Moved xos_ui to port 9000 and xos_bootstrap_ui to port 9001 for all config Change-Id: I75ab78deb55b344b0b64b183dda2859936045e9c
diff --git a/test-standalone/docker-compose-bootstrap.yml b/test-standalone/docker-compose-bootstrap.yml index c8910fd..0769731 100644 --- a/test-standalone/docker-compose-bootstrap.yml +++ b/test-standalone/docker-compose-bootstrap.yml
@@ -17,9 +17,9 @@ image: xosproject/xos networks: - xos - command: python /opt/xos/manage.py runserver 0.0.0.0:9998 --insecure --makemigrations + command: python /opt/xos/manage.py runserver 0.0.0.0:9001 --insecure --makemigrations ports: - - "9998:9998" + - "9001:9001" links: - xos_db volumes: