version: '3' networks: default: external: name: wuye services: wuye-device: restart: always build: context: . dockerfile: ./Dockerfile volumes: - /etc/hosts:/etc/hosts hostname: wuye-device container_name: wuye-device image: wuye-device