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