This commit is contained in:
mii443
2025-04-27 17:17:06 +09:00
parent 83fde399b2
commit 4c76fd037a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ncb-tts-r2" name = "ncb-tts-r2"
version = "1.9.1" version = "1.9.2"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
ncb-tts-r2: ncb-tts-r2:
container_name: ncb-tts-r2 container_name: ncb-tts-r2
image: ghcr.io/mii443/ncb-tts-r2:1.9.1 image: ghcr.io/mii443/ncb-tts-r2:1.9.2
environment: environment:
- NCB_TOKEN=YOUR_BOT_TOKEN - NCB_TOKEN=YOUR_BOT_TOKEN
- NCB_APP_ID=YOUR_BOT_ID - NCB_APP_ID=YOUR_BOT_ID