mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #55] Cannot start mongodb using latest docker image #56
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gridcellcoder on GitHub (Aug 3, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/55
When using
https://blog.ambar.cloud/ambar-installation-step-by-step-guide-2/the app fails to starts dues to a mongodb error. I also ran
docker pull ambar/ambar-mongodband attaching to that mongo-db container:
@gridcellcoder commented on GitHub (Aug 3, 2017):
And using the latest from git works better but in chrome console:
Failed to start. Error: TypeError: Failed to execute 'fetch' on 'Window': Failed to parse URL from http://:80 /api/@sochix commented on GitHub (Aug 4, 2017):
@gridcellcoder you have empty ipaddress in
config.jsonfix it and restart Ambarsudo ./ambar.py restart@sochix commented on GitHub (Aug 7, 2017):
@gridcellcoder does this help?
@gridcellcoder commented on GitHub (Aug 7, 2017):
That helps thanks.