`docker compose up -d`执行完毕之后,两个容器成功创建 postgress正常,q2tg一直重启 使用`docker attach <id>`之后显示 ``` Error: Unknown binaryTarget linux-arm64-openssl-undefined and no custom engine files were provided ``` <img width="407" alt="image" src="https://user-images.githubusercontent.com/62735351/233860028-87782a31-351d-4ce8-abf2-ec81b209f9cd.png"> <img width="1066" alt="image" src="https://user-images.githubusercontent.com/62735351/233859877-afbdb4ad-743e-42ea-a5b5-e4417d29acdc.png"> <img width="720" alt="image" src="https://user-images.githubusercontent.com/62735351/233859928-403fe8db-9d6c-4f98-a1e6-5a45e970db00.png"> <img width="589" alt="image" src="https://user-images.githubusercontent.com/62735351/233859972-b88693e4-2092-4dee-8233-300dd62e6842.png">
docker compose up -d执行完毕之后,两个容器成功创建postgress正常,q2tg一直重启
使用
docker attach <id>之后显示