Skip to content

Commit f0c64e1

Browse files
committed
[hyeonsangjeon] using under_score
1 parent e34e002 commit f0c64e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Here you have an example of how I launch a simple app environment with docker co
7979
8080
8181
82+
#### The environment variable dot(.) may not be override depending on the Springboot version.
83+
Use underscore(_) instead of dot(.) in this case. Springboot will automatically convert the underscore(dynamic_value) to the dot(dynamic.value) with Springboot Relaxed Binding.
84+
85+
```yaml
86+
environment:
87+
dynamic_value : this_is_docker_os_variable_unser_score
88+
```
8289
8390
### The priority rank according to the properties position is as follows.
8491
```text

0 commit comments

Comments
 (0)