Commit c2612b66 by Amir Aharon

fix for docker

parent e84cda63
Showing with 3 additions and 4 deletions
...@@ -2,10 +2,9 @@ version: '2' ...@@ -2,10 +2,9 @@ version: '2'
services: services:
polling-simulator: polling-simulator:
environment: environment:
file: "/tmp/polling.json" file: "/tmp/polling"
image: municipalitybank.com:5050/mcx/devops/polling-simulator image: municipalitybank.com:5050/mcx/devops/polling-simulator
ports: ports:
- "8085:8053" - "8085:8053"
volumes: volumes:
# - "/home/amir/git/ipgallery/transportation/doc/chicago-polling.json:/tmp/polling.json" - "/opt/mcx/config/polling-simulator:/tmp/polling"
- "/opt/mcx/config/polling-simulator:/tmp" \ No newline at end of file
\ No newline at end of file
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 sign in to comment