diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index cd993df..62b3f38 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -28,6 +28,6 @@ steps: - chmod 777 /opt/test - docker rm -f nginx - echo ====开始部署======= - - docker run -d -p 58080:80 -v /opt/test:/usr/share/nginx/html:ro --name nginx nginx + - docker run -d -p 58080:80 -v /opt/test:/usr/share/nginx/html:ro --name nginx nginx:1.24.0 - echo ====部署成功======访问地址 http://47.98.32.78:58080/index.html \ No newline at end of file