]> git.parisson.com Git - timeside.git/commitdiff
Docker-compose: open port 9000
authorThomas Fillon <thomas@parisson.com>
Thu, 5 Mar 2015 14:26:28 +0000 (15:26 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 5 Mar 2015 14:26:28 +0000 (15:26 +0100)
docker-compose.yml

index 3b75184fb60ed091cb9aac7dd0d6059c109f9ace..22fc69378b8366b49f0f3d72292be3eeb8a4e1f6 100644 (file)
@@ -51,5 +51,7 @@ app:
     - media
     - log
   command: /bin/sh /opt/TimeSide/examples/deploy/start_app.sh
+  ports:
+    - "9000:9000"
   expose:
     - "80" #default runserver wsgi port
\ No newline at end of file