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

Not working on portainer on linux #18

Closed
hetlelid opened this issue Dec 12, 2024 · 4 comments
Closed

Not working on portainer on linux #18

hetlelid opened this issue Dec 12, 2024 · 4 comments
Assignees

Comments

@hetlelid
Copy link
Contributor

Tried to run by using portainer with docker-compose.

Chome responce:

This page isn’t working
192.168.1.164 didn’t send any data.
ERR_EMPTY_RESPONSE

Container is running, i can log in to the shell, and list the Files folder.
The container logs shows:
[22:21:12 WRN] Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://*:8080'. [22:21:12 INF] Now listening on: http://[::]:8080

@hetlelid hetlelid changed the title Nor working on portainer on linux Not working on portainer on linux Dec 12, 2024
@Ramo-Y
Copy link
Owner

Ramo-Y commented Dec 13, 2024

Hi @hetlelid,

Did you add the environment variable ASPNETCORE_URLS with the value http://*:8080 like here?
If not, please add it and try again, and let me know if it still doesn`t work.

@Ramo-Y Ramo-Y self-assigned this Dec 13, 2024
@hetlelid
Copy link
Contributor Author

I found the problem. The ports specifications in the README.md is wrong. It was 8080:80, but should be 8080:8080. Working now. Thanks. Sent a pull request to update the file.

@Ramo-Y
Copy link
Owner

Ramo-Y commented Dec 13, 2024

You are right, I had it correctly in docker-compose.yml, but not in the readme. Many thanks for the fix!

@all-contributors
please add @hetlelid for doc

Copy link
Contributor

@Ramo-Y

I've put up a pull request to add @hetlelid! 🎉

@Ramo-Y Ramo-Y closed this as completed Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants