Skip to content

MPProgrammer/Docker-Compose-PHP-7.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change permissions

find . -type d -exec chmod 755 {} \;

find . -type f -exec chmod 644 {} \;

sudo chown -R www-data:www-data ./*

Notes

  1. database_host - work-mariadb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published