Adds comments to .properties files to not change port when using in docker container#637
Adds comments to .properties files to not change port when using in docker container#637moumenakkad wants to merge 1 commit intoeclipse-basyx:mainfrom
Conversation
aaronzi
left a comment
There was a problem hiding this comment.
Thanks for the adjustments of the .properties files. Just a minor remark/question: What do you mean by "The port should only by changed when the application is not running"? I think this last sentence could say something like: "This port should only be changed when running the application without Docker".
aaronzi
left a comment
There was a problem hiding this comment.
Please also merge origin/main from the remote repository into your branches. There were recent changes in the main branch that will require minimal adaptions in your PR
There was a problem hiding this comment.
Please remove this change. This is in a test
There was a problem hiding this comment.
This change should be removed since this is not an application settings file but a docker-compose file. Here the external port can actually be changed
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
| # Do NOT change any port while running in a Docker container. | ||
| # Changing this will make the service unreachable from outside the container. | ||
| # This port should only be changed when running the application without Docker |
There was a problem hiding this comment.
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. | |
| # This port should only be changed when running the application without Docker | |
| # Do NOT change any port while running in a Docker container. | |
| # Changing this will make the service unreachable from outside the container. |
852f85d to
0ed075d
Compare
All .properties files were modified. A comment was added to ensure user is warned about changing port while docker is running, as specified in rules of issue #411
Closes #411