update launch script

This commit is contained in:
churl
2022-01-21 00:26:50 +01:00
parent 479173c955
commit 10030a92aa

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker run -d --env-file .env --mount src=/root/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot
docker run -d --env-file .env --mount src=/home/christoph/HeidiBot/voicelines,target=/sounds,type=bind --name heidibot registry.gitlab.com/churl/heidibot