Skip to content

Latest commit

 

History

History

php-docker-allinone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PHP docker all-in-one

# Download docker-compose.yml & related files
wget https://github.com/naiba/Dockerfiles/archive/refs/heads/master.zip
unzip master.zip
cp -r Dockerfiles-master/php-docker-allinone/ ./your-app
rm -rf Dockerfiles-master/ master.zip
cd ./your-app
# Edit configuration https://www.digitalocean.com/community/tools/nginx
nano ./www-data/nginx/localhost.conf
# Edit port mapping if needed
nano docker-compose.yaml
# Start
docker-compose up -d

Access