diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index c8a8ada..feaff02 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -2,8 +2,8 @@ version: '3.8' services: web: - image: registry.boss160.cn/junhong/c-xmot-iot:latest - container_name: junhong-c-xmot-iot + image: registry.boss160.cn/junhong/device-voice-h5:latest + container_name: junhong-device-voice-h5 restart: unless-stopped ports: - '3003:80'