選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

docker-compose.yml 227B

12345678910
  1. version: '3'
  2. services:
  3. reverse-proxy:
  4. image: nginx:1.18-alpine
  5. volumes:
  6. - ./sites/sites-available:/etc/nginx/conf.d
  7. - ./nginx.conf:/etc/nginx/nginx.conf
  8. network_mode: host