You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
Docker-LAMP-PHP5 is a Docker image that includes the Phusion base along with a LAMP stack ([Apache 2.4.7][apache], [MySQL 5.7][mysql] and [PHP 5.6][php]) on Ubuntu 16.04 Xenial, all in one handy container. [phpMyAdmin][phpmyadmin] is also bundled.
Docker-LAMP-PHP5 is a Docker image that includes the Phusion base along with a LAMP stack ([Apache 2.4.7](http://www.apache.org/), [MySQL 5.7](https://www.mysql.com/) and [PHP 5.6](http://php.net/)) on Ubuntu 16.04 Xenial, all in one handy container. [phpMyAdmin](https://www.phpmyadmin.net/) is also bundled.
3
4
4
5
**This image is only intended for legacy PHP 5.6 applications, which is [end-of-life](https://www.php.net/supported-versions.php) as of January 2019. Use at your own risk, preferably *not* in production and/or public-facing environments!**
5
6
6
7
Based off an old version of [mattrayner/docker-lamp](https://github.com/mattrayner/docker-lamp).
When you first run the image, you'll see a message showing your `admin` user's password. This is the user you should use in your application. If you need this login later, you can run `docker logs CONTAINER_ID` and you should see it at the top of the log.
56
53
57
-
You can access [phpMyAdmin][phpmyadmin] at `/phpmyadmin` with the `admin` username and password.
54
+
You can access [phpMyAdmin](https://www.phpmyadmin.net/) at `/phpmyadmin` with the `admin` username and password.
58
55
59
56
By default, the image comes with a `root` MySQL account that has no password. This account is only available locally, i.e. within your application. It is not available from outside your Docker image or through phpMyAdmin.
60
57
61
58
62
59
## License
63
-
Docker-LAMP is licensed under the [Apache 2.0 License][info-license].
0 commit comments