Skip to content

PHP developement environment with NGINX, MariaDB and Adminer

Notifications You must be signed in to change notification settings

Gergol99/docker-php-developement-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose php developement environment

I made this configuration to myself, but feel free to use it as you wish.
The files content may change in the future!

Featured:

Requirements:

Commands:

Start the container (the -d is to run it in the background)

sudo docker-compose up -d

Stop the container

sudo docker-compose down

Service URLs:

127.0.0.1 is lead to /app/public
localhost is the NGINX main page
localhost:8080 or 127.0.0.1:8080 is the Adminer login page

Adminer:

server: mysql
user: root
password: (you should change it in the docker-compose.yml file)

About

PHP developement environment with NGINX, MariaDB and Adminer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published