您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
281 B

  1. services:
  2. gateway:
  3. image: gateway-simple
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. privileged: true
  8. container_name: gateway-simple
  9. ports:
  10. - 5000:80
  11. - 808:808
  12. logging:
  13. driver: "json-file"
  14. options:
  15. max-size: "50m"