version: '2' services: vestacp: image: "chendeben/vestacp" build: context: ./vestacp volumes: - ./vesta:/vesta restart: always ports: - "143:143" - "587:587" - "25:25" - "993:993" - "110:110" - "465:465" - "8083:8083" #network_mode: "host"