Skip to content
Snippets Groups Projects
Commit acf930d6 authored by Xinjie Lan's avatar Xinjie Lan
Browse files

Update docker-compose.yml

parent 986ceb27
No related branches found
No related tags found
No related merge requests found
...@@ -11,11 +11,11 @@ services: ...@@ -11,11 +11,11 @@ services:
- "5984:5984" - "5984:5984"
web: web:
build: . build: .
command: python /ccc-assignment2-team69/web_app_django/manage.py runserver 0.0.0.0:8000 command: python /ccc-assignment2-team69/web_app_django/manage.py runserver 0.0.0.0:5555
volumes: volumes:
- .:/ccc-assignment2-team69/web_app_django/ - .:/ccc-assignment2-team69/web_app_django/
ports: ports:
- 8000:8000 - 5555:5555
depends_on: depends_on:
- couchdb - couchdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment