docker-compose.yaml 312 B

123456789101112131415161718
  1. version: '3'
  2. networks:
  3. default:
  4. external:
  5. name: wuye
  6. services:
  7. wuye-pay:
  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-pay
  17. container_name: wuye-pay
  18. image: wuye-pay