We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d6f41 commit a121e9bCopy full SHA for a121e9b
1 file changed
README.md
@@ -163,7 +163,7 @@ docker-compose -p common-api -f docker-compose.prod.yml up -d
163
> ```shell
164
> # to change the value of some environment variable at runtime
165
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
166
-> $ java -jar api-4.1.2.RELEASE.jar --SERVER_PORT=80
+> $ java -jar api-4.1.2.jar --SERVER_PORT=80
167
> ```
168
169
0 commit comments