การ Run Bot
การ Start ให้ Bot เริ่มทำงาน
แบบ Simple
$ docker run -d \
-p 8080:8080 \
-v $PWD:/iwallet \
--restart=always \
--name iwallet ghcr.io/jittagornp/iwalletการเช็คว่า Bot ทำงานหรือไม่
$ docker ps -aCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e6599daa70d2 ghcr.io/jittagornp/iwallet "sh /entrypoint.sh" 2 hours ago Up 2 hours 0.0.0.0:80->8080/tcp, :::80->8080/tcp iwalletเปิดหน้า UI


แบบ Advance
คำอธิบาย
คำแนะนำ
Last updated