-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用服务器搭建运行crontab-ui后,无法调出端口8000的web服务 #5
Comments
阿里云的服务器后台的端口设置中你开了8000端口吗? |
需要设置一下阿里云防火墙,开放8000端口,可百度一下“阿里云服务器开放端口”。 |
谢谢,目前我已经通过8000端口访问了crontab-ui,但是目前我又遇到了一个新的问题。 |
你这里docker使用的image是crontab-ui官方image,里面没有包含图书馆预约脚本,所以不能直接直接执行,需要按照本项目README里介绍的方式来:
注意这里使用ptyin/crontab-ui来构建容器而不是alseambusher/crontab-ui |
无需把相关文件拷贝到服务器的/sdu/main文件夹,docker是一种虚拟化技术,你可以理解成一种虚拟机,需要把相关文件放在docker容器中的/sdu/main文件夹下,所以这里需要用到本仓库的Dockerfile去构造映像从而创建包含相关预约脚本文件的容器。 |
请问构建镜像时是将Dockerfile文件拷贝到服务器中,然后使用命令 |
git clone --recurse-submodules https://github.com/PTYin/sdu-lib-seat.git 然后在sdu-lib-seat目录下执行两个指令,而不是只copy一个Dockerfile |
使用 |
大佬好。
我在使用阿里云的服务器进行搭建运行crontab-ui时,无法自动调出端口为8000的web服务,后续图形化任务管理无法继续进行,运行结果如下所示,请问这样怎么处理呢?
`Welcome to Alibaba Cloud Elastic Compute Service !
Last login: Sat Apr 2 23:42:05 2022 from 223.99.220.195
root@iZuf68s0w0b7kdv8cd7657Z:~# sudo docker run -e BASIC_AUTH_USER=user -e BASIC_AUTH_PWD=SecretPassword -d -p 8000:8000 alseambusher/crontab-ui
1e55168c36dbc8bf5ff61925a0869e593ed9551e02454bc8c86cd1e5c0d5373e`
The text was updated successfully, but these errors were encountered: