mirror of
https://github.com/coaidev/coai.git
synced 2025-05-25 07:50:15 +09:00
fix: fix docker compose stable version container name error (#103)
Co-Authored-By: qingfengfenga <41416092+qingfengfenga@users.noreply.github.com>
This commit is contained in:
parent
9ecaf9fcd1
commit
a6af18c910
@ -28,8 +28,8 @@ services:
|
||||
- chatnio-network
|
||||
|
||||
chatnio:
|
||||
image: programzmh/chatnio
|
||||
container_name: chatnio:stable
|
||||
image: programzmh/chatnio:stable
|
||||
container_name: chatnio
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8094"
|
||||
|
Loading…
Reference in New Issue
Block a user