Skip to content

kaex/centos6.10-lamp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

CentOS Web Development 💻

contributions welcome

CentOS - Web Development Server PHP, MySQL, PHPMyAdmin, Composer, SSH

Features

  • Centos 6.10
  • Apache
  • PHP 7.2
  • phpMyAdmin
  • Git
  • SSH
  • Composer

How to use?

Fire up docker and pull image docker pull xosad/centos6.10-lamp:latest

Start image using docker-compose up -d (be inside the folder with docker-compose.yml)

Default username root password changeme.

NOTES

MySQL creates temporary password you can find them using grep -i temporary /var/log/mysqld.log after you login mysql -u root -p change password using SET PASSWORD FOR 'root'@'localhost' = PASSWORD('Yourpassword1!');

About

CentOS - Web Development Server PHP, MySQL, PHPMyAdmin, Composer, SSH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published