Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c2612b66
authored
Sep 13, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix for docker
parent
e84cda63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
tools/PollingSimulator/docker-compose.yml
tools/PollingSimulator/docker-compose.yml
View file @
c2612b66
...
...
@@ -2,10 +2,9 @@ version: '2'
services
:
polling-simulator
:
environment
:
file
:
"
/tmp/polling
.json
"
file
:
"
/tmp/polling"
image
:
municipalitybank.com:5050/mcx/devops/polling-simulator
ports
:
-
"
8085:8053"
volumes
:
# - "/home/amir/git/ipgallery/transportation/doc/chicago-polling.json:/tmp/polling.json"
-
"
/opt/mcx/config/polling-simulator:/tmp"
\ No newline at end of file
-
"
/opt/mcx/config/polling-simulator:/tmp/polling"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment