docker-compose.yml 222 B

1234567891011
  1. version: '3.4'
  2. services:
  3. aitakegpt:
  4. image: jianboy/aitakegpt:latest
  5. ports:
  6. - 80:80
  7. - 443:443
  8. volumes:
  9. - ./ai.takegpt.cn.conf:/etc/nginx/conf.d/ai.takegpt.cn.conf
  10. restart: unless-stopped