We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4aa8a9 + d12cf4a commit 72621a8Copy full SHA for 72621a8
scoold/docker-run.md
@@ -0,0 +1,11 @@
1
+---
2
+repo: "https://github.com/Erudika/scoold"
3
+category: "Forum"
4
5
+
6
+# Docker Run Command
7
8
+```bash
9
+$ docker run -ti -p 8000:8000 -v ./scoold-application.conf:/scoold/application.conf \
10
+ -e JAVA_OPTS="-Dconfig.file=/scoold/application.conf" erudikaltd/scoold:latest_stable
11
+```
0 commit comments