docker-compose.yaml 293 B

12345678910111213141516
  1. version: '3'
  2. networks:
  3. default:
  4. external:
  5. name: wuye
  6. services:
  7. wuye-device:
  8. restart: always
  9. build:
  10. context: .
  11. dockerfile: ./Dockerfile
  12. volumes:
  13. - /etc/hosts:/etc/hosts
  14. hostname: wuye-device
  15. container_name: wuye-device
  16. image: wuye-device