Replies: 2 comments 1 reply
-
Bump. Got the same Issue with podman, maybe open an Issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
No further input was given and #2247 fixes a similar issue, so I'm closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running in a rootless podman, the container for vue seems to bind to port 80 which results in a
2024/02/04 16:25:52 [emerg] 1#1: bind() to 0.0.0.0:80 failed (13: Permission denied)
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
any chance that this is exposed as a env variable somewhere that we can have it bind to a higher port in the container, and we can handle the redirect outside?
Beta Was this translation helpful? Give feedback.
All reactions