docker-compose.yml 323 B

12345678910111213141516171819
  1. version: '2'
  2. services:
  3. vestacp:
  4. image: "chendeben/vestacp"
  5. build:
  6. context: ./vestacp
  7. volumes:
  8. - ./vesta:/vesta
  9. restart: always
  10. ports:
  11. - "143:143"
  12. - "587:587"
  13. - "25:25"
  14. - "993:993"
  15. - "110:110"
  16. - "465:465"
  17. - "8083:8083"
  18. #network_mode: "host"