- Notifications
You must be signed in to change notification settings - Fork0
php 7.4 with xdebug, mysql, apache on ubuntu docker
License
NotificationsYou must be signed in to change notification settings
jatheepan/lampdev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
php 7.4 with xdebug, MySQL, Apache on Ubuntu docker image
FROM jatheepan/lampdev:0.0.1WORKDIR /var/www/htmlCOPY ./app /var/www/htmlENV XDEBUG_CONFIG="idekey=YOURSECRETKEY remote_host=docker.for.mac.host.internal default_enable=0 remote_enable=1 remote_autostart=0 remote_connect_back=0 profiler_enable=0"