We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf61203 commit 7fa9337Copy full SHA for 7fa9337
run.sh
@@ -1,8 +1,15 @@
1
+#!/bin/sh
2
+
3
+docker pull ghcr.io/charslab/transcriberbot:ptb-async
4
docker run \
5
-e LC_ALL=C \
6
-d --restart unless-stopped \
- --name "transcriberbot" \
7
+ --name "transcriberbot-async" \
8
-v "$(pwd)"/data:/data \
9
-v "$(pwd)"/config:/config \
10
-v "$(pwd)"/values:/values \
- transcriberbot
11
+ -v "$(pwd)"/media:/media \
12
+ --cpus=4.0 \
13
+ --memory=3000m \
14
+ -u "$(id -u):1337" \
15
+ ghcr.io/charslab/transcriberbot:ptb-async
0 commit comments