xf 1 anno fa
parent
commit
887f3c8b0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: '3.4'
 
 services:
   hotline:
-    image: ${DOCKER_REGISTRY-fwt}/hotline:${TAG:-latest}
+    image: ${DOCKER_REGISTRY-fw}/hotline:${TAG:-latest}
     container_name: hotline
     environment:
       - "TZ=Asia/Shanghai"