nginxui / Dockerfile
lix02's picture
Create Dockerfile
d0783b7 verified
raw
history blame
172 Bytes
# 使用 uozi/nginx-ui:latest 镜像
FROM uozi/nginx-ui:latest
# 暴露端口 7860
EXPOSE 7860
# 启动 Nginx-UI 并监听 7860 端口
CMD ["nginx-ui", "--port", "7860"]