mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 00:52:34 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
5
Bot/run.sh
Normal file
5
Bot/run.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
git pull origin main
|
||||
docker stop SOBOT
|
||||
docker rm SOBOT
|
||||
docker build -t sobot3 .
|
||||
docker run -d --name='SOBOT' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="SOBOT" -l net.unraid.docker.managed=dockerman -p 8001:8001 -v '/mnt/user/SSD/sobot_data':'/App/ACL':'rw' 'sobot3:latest'
|
Loading…
Add table
Add a link
Reference in a new issue