docker_files
docker_files copied to clipboard
502 Bad Gateway
follow the guide,but get 502 error:

+1
@fyudelgado is your port binding properly?
Yes, the port 5000 its free and os not used by other process.
Enviado desde mi iPhone
El 04/09/2018, a la(s) 17:30, Arielle Baldwynn [email protected] escribió:
@fyudelgado is your port binding properly?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/tellform/docker_files","title":"tellform/docker_files","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/tellform/docker_files"}},"updates":{"snippets":[{"icon":"PERSON","message":"@whitef0x0 in #8: @fyudelgado is your port binding properly?"}],"action":{"name":"View Issue","url":"https://github.com/tellform/docker_files/issues/8#issuecomment-418538876"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/tellform/docker_files/issues/8#issuecomment-418538876", "url": "https://github.com/tellform/docker_files/issues/8#issuecomment-418538876", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [tellform/docker_files] 502 Bad Gateway (#8)", "sections": [ { "text": "", "activityTitle": "Arielle Baldwynn", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@whitef0x0", "facts": [ ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueComment",\n"repositoryFullName": "tellform/docker_files",\n"issueId": 8,\n"IssueComment": "{{IssueComment.value}}"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueClose",\n"repositoryFullName": "tellform/docker_files",\n"issueId": 8\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/tellform/docker_files/issues/8#issuecomment-418538876" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "MuteNotification",\n"threadId": 351455170\n}" } ], "themeColor": "26292E" } ]
@fyudelgado what platform are you running on?
I'm using Ubuntu 16.04 LTS 64 Bits.
you are solved your problem ?