Commit 52b4be28 authored by John Red Medrano's avatar John Red Medrano

Update docker-compose.yml.template

parent 2fd72ebe
......@@ -8,8 +8,8 @@ services:
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "${export}:${local}"
#ports:
# - "${export}:${local}"
container_name: dev_rmsv2_api_container
restart: always
ddd:
......@@ -20,8 +20,8 @@ services:
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "${export}:${local}"
#ports:
# - "${export}:${local}"
container_name: dev_rmsv2_api_container
restart: always
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