-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
docs: add full working example tutorial in misc/deployment/ with link in intro #2225
Conversation
|
||
The most important part of the docker-compose.yml creation step is to make sure that your docker-compose.yml file is properly formatted. One potential example docker-compose.yml file is as follows (be sure to delete any irrelevant lines to your application, or add any that you may need before copying and pasting the file contents). Be sure that the indentation is correct for every part of the file. | ||
|
||
!!!note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a mistake here, missing a space! Didn't even notice it while I was pushing. Just letting you know that it is there.
Thank you once again for your attention towards this matter and for considering allowing me to contribute to this wonderful project.
Should be good now, let me know if there's any other changes that should be made prior to merge. Thank you so much again.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great content!
It's such great content that it seems more like a technical article. I think I would prefer to see you publish this as your own article at Medium, dev.to, etc (I prefer dev.to these days). With that, it would be great to include a link to the article (and others) to this deployment section.
Would you prefer a link in the intro, or to keep this section and have a short blurb wrapping the link? |
accepting initial changes, will continue to revise and post dev.to article -- awaiting guidance on link location. Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
All suggested changes were added: awaiting further guidance on the placement of the link. Thank you so much for the amount of time and effort you put into giving feedback in this code review. I sincerely appreciate it and I am certain that this can help many people who would like to use your project!!
|
Let's go with a combination of the ideas: Under https://github.com/itzg/docker-minecraft-server/tree/master/docs/misc/deployment add an Thanks! |
… to external dev.to article
Definitely - I've added the blurb in the new index.md file per your recommendation, thank you so much for your time and for being so receptive!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good!
Resolves #2222