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:
Zhang Minghan 2024-03-13 07:58:46 +08:00
parent 9ecaf9fcd1
commit a6af18c910

View File

@ -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"