Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix nginx ports #28

Merged
merged 1 commit into from
Oct 22, 2022
Merged

Fix nginx ports #28

merged 1 commit into from
Oct 22, 2022

Conversation

DanGould
Copy link
Contributor

one reason the tests weren't passing:

I thought expose was shorthand for ports but that was wrong.

expose section allows us to expose specific ports from our container only to other services on the same network. ports are open not only for other services on the same network but also to the host.

expose section allows us to expose specific ports from our container only to other services on the same network. ports are open not only for other services on the same network but also to the host.
@DanGould DanGould merged commit 69a6bfc into payjoin:master Oct 22, 2022
@DanGould DanGould deleted the fix-nginx branch October 22, 2022 20:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant