Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. version: '3'
  2. php_api:
  3. image: dockerwest/php-symfony:7.2
  4. container_name: php
  5. volumes:
  6. - ./:/var/www
  7. environment:
  8. - APP_ENV=dev
  9. - DEVELOPMENT=1
  10. - PHP_EXTRA_MODULES=xdebug
  11. - XDEBUG_CONFIG=remote_host=docker.for.mac.localhost
  12. - C_UID=1000
  13. - G_UID=1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement