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

docker-compose.dev.yml 224B

1234567891011121314
  1. ---
  2. version: '2'
  3. services:
  4. hugo:
  5. build:
  6. context: .
  7. args:
  8. baseurl: https://dev.chameth.com/
  9. restart: always
  10. labels:
  11. com.chameth.vhost: 'dev.chameth.com'
  12. com.chameth.proxy: '80'