We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72621a8 + 54510a7 commit f4529caCopy full SHA for f4529ca
1 file changed
commands/artalk/docker-run.md
@@ -0,0 +1,18 @@
1
+---
2
+repo: "https://github.com/ArtalkJS/Artalk"
3
+category: "Forum"
4
+logo: null # Optional - provide URL to logo if available, 1:1 format only
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -d \
11
+ --name artalk \
12
+ -p 8080:23366 \
13
+ -v $(pwd)/data:/data \
14
+ -e "TZ=America/New_York" \
15
+ -e "ATK_LOCALE=en" \
16
+ -e "ATK_SITE_DEFAULT=Artalk Blog" \
17
+ artalk/artalk-go:latest
18
+```
0 commit comments