Skip to content

Commit 72621a8

Browse files
authored
Merge pull request #29 from puken-dagobert/puken-dagobert-patch-21
Create docker-run.md
2 parents f4aa8a9 + d12cf4a commit 72621a8

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)