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

13 行
587 B

version: "2"
options:
verbose: true
compose-file-path: 'compose.yaml'
syncs:
#IMPORTANT: ensure this name is unique and does not match your other application container name
drupal-project-sync: # tip: add -sync and you keep consistent names als a convention
src: '~/Sites/drupal-project'
sync_excludes: ['.sass-cache/', 'sass-cache/', '.gitignore', '.git/']
drupal-project-files-sync: # tip: add -sync and you keep consistent names als a convention
src: '~/Sites/sites-files/drupal-project'
sync_excludes: ['.sass-cache/', 'sass-cache/', '.gitignore', '.git/']