siruoren

Results 6 comments of siruoren

> ![image](https://user-images.githubusercontent.com/28772488/188081614-c35b1e7a-e9ca-44a9-809d-60a6870b0492.png) ![image](https://user-images.githubusercontent.com/28772488/188081691-59707e8c-f1c3-4d44-872f-d24c9bb40763.png)

临时密码无法创建的错误,是database create表的时候漏了一张表 ![(I}G1J{3)R~ {G H Z5~RED](https://user-images.githubusercontent.com/28772488/185317002-0aaf24c6-edfa-4deb-9c4e-3e35daf6dacc.png)

podman-compose.yml内容如下 ``` version: '3.8' services: easyconnect: image: 'hagb/docker-easyconnect:7.6.7' container_name: "easyconnect" #restart: unless-stopped #privileged: true hostname: 'easyconnect' environment: TZ: 'Asia/Shanghai' PASSWORD: 123456 cap_add: - NET_ADMIN devices: - /dev/net/tun deploy: resources: limits:...

我用的是普通用户启动的,容器内运行 ip route 以及 busybox wget 某个仅内网可访问的网址 的输出如下 ``` root@easyconnect:/# ip route default via 10.89.0.1 dev eth0 10.89.0.0/24 dev eth0 proto kernel scope link src 10.89.0.2 root@easyconnect:/# busybox wget www.baidu.com...

使用hagb/docker-easyconnect:dev-7.6.7还是不行,我还是用docker吧,谢谢