Skip to content

Commit d12cf4a

Browse files
Create docker-run.md
1 parent 41107d1 commit d12cf4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scoold/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)