This image contains the essential elements to develop with drupal or symfony
151
version: "3"
services:
web:
image: sofiene1986/nginx-php:TAG
environment:
- SERVERNAME=localhost
- DOCUMENTROOT=
# DOCUMENTROOT= (vide) document root sera /var/www/html
# DOCUMENTROOT=web (vide) document root sera /var/www/html/web
- USE_XDEBUG=on ou USE_XDEBUG=off
- USE_XHPROF=on ou USE_XHPROF=off
volumes:
- ./html/:/var/www/html/
ports:
- "80:80"
- "443:443"
extra_hosts:
- "hostname:ip de la machine host" ## utilisé pour xdebug
addvhost Hostname DocRoot, exemple: addvhost monlocalhost web
delvhost Hostname, exemple: delvhost monlocalhost
crontab -e
Exemple de tache cron:
*/15 * * * * wget -q -o /dev/null http://localhost/cron/M8RKg-2INkb5ftW3-nbEeaOXfOaclufPmzKJU_43h5Z8khzXveBk0-5mAWC0mIDjF2gJNhFY5w
Echap + :wq!
install-nodejs 18 (exemple)
Content type
Image
Digest
sha256:75df219ce…
Size
549.6 MB
Last updated
about 3 years ago
docker pull sofiene1986/nginx-php:8.1