Skip to content

Commit 7fa9337

Browse files
update run.sh
1 parent bf61203 commit 7fa9337

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

run.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
#!/bin/sh
2+
3+
docker pull ghcr.io/charslab/transcriberbot:ptb-async
14
docker run \
25
-e LC_ALL=C \
36
-d --restart unless-stopped \
4-
--name "transcriberbot" \
7+
--name "transcriberbot-async" \
58
-v "$(pwd)"/data:/data \
69
-v "$(pwd)"/config:/config \
710
-v "$(pwd)"/values:/values \
8-
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

Comments
 (0)