ZCTMDC
ZCTMDC
I use related commands to see if this port is listening。 ```bash zctmdc@es:/opt/docker$ lsof -i:4789 zctmdc@es:/opt/docker$ netstat -tunlp | grep 4789 (Not all processes could be identified, non-owned process info...
# does not work sorry, I'm late. Is there any way to restore my network without uninstalling docker? I don't want to reinstall docker, there are some container data I...
# GOOD NEWS I fix my network by this command: I hope it will inspire you. ```bash docker network rm docker_gwbridge reboot ``` after reboot: ```bash root@eh:~# routel target gateway...
+1 ```shell root@docker:/opt/my-docker-compose/eh/zctmdc/easyconnect# docker run --device /dev/net/tun --cap-add NET_ADMIN -ti -p 310 80 -e EC_VER=7.6.7 hagb/docker-easyconnect:cli Error: ipv4: FIB table does not exist. Flush terminated Error: Missing goto target for...
/etc/storage/script/Sh32_frp.sh 226行 frpc_v="`/opt/bin/frpc --version`" 无法返回正确版本,cpu占用为100%
> 这个行为似乎不一致了 > > ``` > docker run --rm -v "$(pwd)":/config/ ddns:test -c /config/config.json > ``` > > 没有配置文件时,可以通过这个命令自动创建配置文件。 > > 测试挂了 https://github.com/NewFuture/DDNS/actions/runs/14355081580/job/40242573252?pr=452 修好了 单词 拼写错误  
运行测试了一下: 1、必须要有个文件叫 `/ddns/config.json` 能不能检测不一定是要这个文件,只要有json文件在文件夹里面? 2、好像现在没有日志输出了 `docker-compose.yaml` : ``` services: master: image: newfuture/ddns:master network_mode: host environment: - TZ=Asia/Shanghai volumes: - ./config:/ddns:ro restart: unless-stopped ``` 项目目录 ``` ddns$ tree . ├── config...