Skip to content

Commit

Permalink
Upgrade to php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltoader committed Oct 31, 2022
1 parent 5b648b3 commit 2a07dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LAMP for Docker
Complete LAMP setup with Docker Compose for development environment. Start developing in less than 5 minutes.
Development stack is based on PHP 7.4 + Apache 2.4 and MySQL 5.7 containers.
Development stack is based on PHP 8.0 + Apache 2.4 and MySQL 5.7 containers.

##### Table of Contents
- [Prerequisites](https://github.com/danieltoader/lamp-docker#prerequisites)
Expand All @@ -20,7 +20,7 @@ You'll need to have the following prerequisites **installed** on your workstatio
## What is included?
* **Apache 2.4**
* **MySQL 5.7**
* **PHP 7.4**
* **PHP 8.0**
* **PhpMyAdmin**

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion php-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.0-apache

RUN curl https://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/composer && \
Expand Down

0 comments on commit 2a07dfe

Please sign in to comment.