version: '3' services: web: image: docker.nexus.jacknet.io/jackhadrill/jackboot/http:latest restart: always ports: - "80:80" volumes: - config:/config tftp: image: docker.nexus.jacknet.io/jackhadrill/jackboot/tftp:latest restart: always ports: - "69:69/udp" volumes: config: