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

Update RUN.md #84

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Update RUN.md #84

merged 2 commits into from
Dec 22, 2023

Conversation

tiagojulianoferreira
Copy link
Contributor

Remove non-existent dependency on db service (acme) that causes error when running docker-compose

Remove non-existent dependency on db service (acme) that causes error when running docker-compose
@@ -162,7 +162,6 @@ services:
restart: always
depends_on:
- proxy
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @tiagojulianoferreira ,

Thank you for your PR. You are totally right: the dependency to acme must be removed.
But I also think that the proxy dependency on the line just above should be renamed to rproxy to match the service name associated with traefik.

Could you please check and make the final change, if applicable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True! I also had a problem with this R

Copy link
Collaborator

@colisee colisee left a comment

Choose a reason for hiding this comment

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

Please review the proxy dependency: I think it should be renamed to rproxy

@colisee colisee self-assigned this Dec 22, 2023
@colisee colisee added the documentation Improvements or additions to documentation label Dec 22, 2023
replace rproxy with proxy on line 137
@colisee colisee merged commit 5e32082 into LibreBooking:develop Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants