Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
/ amp Public archive

Docker container for Apache, PHP, MySQL and phpMyAdmin

License

Notifications You must be signed in to change notification settings

matheuspiment/amp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal AMP Docker image

Apache + MySQL + PHP

A PHP development environment with Apache, phpMyAdmin and MySQL.

Docker Pulls Docker Stars license

Docker images

This image uses images from the official repositories, so to configure any of the "services" consult the respective documentation.

Instructions

  • The www folder is intended for files that will be offered by the web server.

Credentials

phpMyAdmin does use MySQL server credential, please check the corresponding server image for information how it is setup.

The official MySQL use following environment variables to define these:

  • MYSQL_ROOT_PASSWORD - This variable is mandatory and specifies the password that will be set for the root superuser account.
  • MYSQL_USER, MYSQL_PASSWORD - These variables are optional, used in conjunction to create a new user and to set that user's password.

Do not forget to edit them in docker-compose.yml.

Docker hub tags

You can use following tags on Docker hub:

  • latest - latest stable release

This image is available at https://hub.docker.com/r/matheuspiment/amp/.

Releases

No releases published

Packages

No packages published