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

Docker compose expose port 5173 #24

Open
SomaGallai opened this issue Aug 13, 2023 · 5 comments
Open

Docker compose expose port 5173 #24

SomaGallai opened this issue Aug 13, 2023 · 5 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed v1

Comments

@SomaGallai
Copy link
Collaborator

Title

@SomaGallai
Copy link
Collaborator Author

Screenshot 2023-08-13 at 23 10 54 I hate myself, following up tomorrow. Access on port 5173. Just have to properly expose the service

@guilyx
Copy link
Owner

guilyx commented Aug 14, 2023

Tried that btw, no luck... maybe I'm stupid eheh

@guilyx
Copy link
Owner

guilyx commented Aug 14, 2023

Only way I can make it work is having the docker network using the host network, but I know it's not good right ?

Meh

networks:
      - host

networks:
  host:
    name: host
    external: true
    ```

@SomaGallai
Copy link
Collaborator Author

it's not not good, just not ideal. Expose should expose the port on 0.0.0.0 and should be a accessible from localhost. Something is very weird here haha

@SomaGallai
Copy link
Collaborator Author

PR maybe done???

@guilyx guilyx added v1 bug Something isn't working help wanted Extra attention is needed labels Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed v1
Projects
None yet
Development

No branches or pull requests

2 participants