docker-compose 增加端口,不重新创建容器
摘要:version: '3.3' services: debian: image: debian:10 ports: - 2226:22 - 8083:8083 volumes: - app_data:/path/to/app_data command: tail -f /dev/null volume
阅读全文
posted @ 2023-09-02 11:24