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

feat(docker-compose.dev.yml): make dev workflow easier #94

Merged
merged 3 commits into from
Nov 21, 2023

Conversation

MartinMinkov
Copy link
Contributor

No description provided.

ports:
- '6060:6060'
- '8302:8302'
- '127.0.0.1:3085:3085'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 127.0.0.1:3085:3085 correct or should this be 3085:3085?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does work; the difference between the two is that with 127.0.0.1:3085:3085, it specifies that the port is only bound to localhost, and will only be accessible by the host machine, while 3085:3085 is accessible by any machine on the network. This detail doesn't matter in this context, but I changed it to 3085:3085 since I think it's more clear 👍

@MartinMinkov MartinMinkov merged commit 0283b8f into main Nov 21, 2023
3 of 4 checks passed
@MartinMinkov MartinMinkov deleted the feat/add-dev-docker-compose-workflow branch November 21, 2023 16:57
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

Successfully merging this pull request may close these issues.

2 participants