Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-compose.yml #1634

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

Update docker-compose.yml #1634

wants to merge 2 commits into from

Conversation

ullf
Copy link

@ullf ullf commented Oct 6, 2018

In order to test the application on a local machine. Command "docker-compose up" was giving an error about mapping ports. The issue were incorrect indents in the file and it is better to change a port for forwarding for your local machine.

For the reviewers

I have:
docker-compose

In order to test the application on a local machine. Command "docker-compose up" was giving an error about mapping ports. The issue were incorrect indents in the file and it is better to change a port for forwarding for your local machine.
@codecov-io
Copy link

codecov-io commented Oct 6, 2018

Codecov Report

Merging #1634 into development will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             development   #1634      +/-   ##
================================================
+ Coverage           9.73%   9.77%   +0.04%     
- Complexity           459     461       +2     
================================================
  Files                211     211              
  Lines              19427   19427              
  Branches            3578    3578              
================================================
+ Hits                1891    1899       +8     
+ Misses             17194   17186       -8     
  Partials             342     342
Impacted Files Coverage Δ Complexity Δ
src/org/loklak/data/DAO.java 3.8% <0%> (+0.25%) 6% <0%> (+1%) ⬆️
src/org/loklak/susi/SusiThought.java 20.51% <0%> (+5.12%) 6% <0%> (+1%) ⬆️
...org/loklak/api/search/LocationWiseTimeService.java 85.18% <0%> (+7.4%) 5% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01474bc...e13f96e. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants