docker-compose: Initialize shared named volumes between containers with compose file v.3.8. in proper way

前端 未结 0 1658
耶瑟儿~
耶瑟儿~ 2021-02-18 22:05

I would like to share files between container. I can use named volumes.

  nginx-proxy:
  ...
    volumes:
      - certbot_conf:/etc/letsencrypt
      - certbot_ww         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题