cizai
cizai
> you could try `sshotp`, it works the same way as `sshpass` How to use sshotp in termscp
腾讯云函数的镜像部署,需要应用本身使用 9000,所以需要waline支持从环境变量指定端口 --- The image deployment of Tencent Cloud functions requires the application itself to use 9000, so waline needs to support specifying the port from the environment variable.
 腾讯云函数镜像部署确实要求这个,是挺奇怪,不过docker 应用支持从环境变量指定端口也很常见
> we need deepseek api in China +1
> 你有遇到我得问题吗?#5233 我没有遇到,我用的镜像是 canal/canal-admin:latest canal/canal-server:latest 我遇到的问题听说在canal-1.1.7-hotfix-1分支修复了,但最新镜像还没有更新
> 可以看下你在k8s中的部署yaml吗 ? ``` services: mysql: image: mysql:latest # restart: always container_name: mysql volumes: - $DOCKERCONF/mysql/data:/var/lib/mysql - $DOCKERCONF/mysql/conf/my.cnf:/etc/my.conf - $DOCKERCONF/mysql/logs:/var/log/mysql environment: - MYSQL_ROOT_PASSWORD=123456 ports: # 使用宿主机的端口映射到容器的端口 # 宿主机:容器 - 3306:3306...
Thank you for your prompt response and for pointing out the distinction between CHMOD and WRITE events. After further testing, I’ve gathered additional details that might help clarify the issue....
Thank you for the explanation! Looking forward to future versions supporting automatic updates for cron tasks when files are modified via `git` or `vim`.