docker-compose.yaml 340 B

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