compose.dev-linux.yaml 177 B

12345678
  1. services:
  2. app:
  3. volumes: &appvolumes
  4. - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached
  5. - ./src:/var/www/html:cached
  6. phpfpm:
  7. volumes: *appvolumes