Commit 1da7b872 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #8 in RMS/api-main-service from red-develop to dev

* commit 'e9de42b4':
  bug fix docker
parents 36102fcd e9de42b4
...@@ -3,11 +3,11 @@ version: '3' ...@@ -3,11 +3,11 @@ version: '3'
services: services:
web: web:
build: . build: .
command: python manage.py runserver 0.0.0.0:8000 command: python manage.py runserver 0.0.0.0:6000
volumes: volumes:
- .:/code - .:/code
ports: ports:
- "7010:8000" - "7010:7000"
container_name: devrms_apimain-service container_name: devrms_apimain-service
networks: networks:
apidevrms_net: apidevrms_net:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment