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

Add docker-compose (further simplify docker setup) #55

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

4ctiv
Copy link
Contributor

@4ctiv 4ctiv commented Aug 11, 2024

Summary:

  • Add docker-compose.yaml file
  • Update README.md

This adds a docker-compose file to the project, enabling to run it simply via docker-compose up -d instead of the previously used two line command.
This is also added to the README.md file to inform users about the new option.

Add docker compose to further simplify the setup of the docker project. 

This eliminates the need to specify the need for defining ports and volumes in the command and moves it to the docker-compose file instead.
Add docker-compose command to documentation
Update md formating for docker commands (this enables one-click-copy in the github preview)
@RblSb RblSb merged commit 097cf61 into RblSb:master Aug 12, 2024
3 checks passed
@RblSb
Copy link
Owner

RblSb commented Aug 12, 2024

Thanks!

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