Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
Upgrade to PHP 7.4
  • Loading branch information
nspalo committed Aug 22, 2021
1 parent a264a41 commit 3847172
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
- MySQL 5.7
- mysql:5.7.22
- PHP 7
- php:7.2-fpm-alpine
- php:7.4-fpm-alpine

## Table of Contents
| Branch Name | What's Inside |
| ------------- | ------------- |
| webstack/v1.0.0 | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine |
| webstack/v1.0.0 | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine |
| webstack/v2.0.0 | nginx:stable-alpine, mysql:5.7.22, php:7.4-fpm-alpine |
4 changes: 2 additions & 2 deletions docker/containers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install PHP 7.2
FROM php:7.2-fpm-alpine
# Install PHP 7.4
FROM php:7.4-fpm-alpine

# Install PHP Extension
RUN docker-php-ext-install pdo pdo_mysql
2 changes: 1 addition & 1 deletion docker/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
build:
context: ./
dockerfile: ../../docker/containers/Dockerfile
image: php:php7.2-fpm-alpine
image: php:php7.4-fpm-alpine
ports:
- "9000:9000"
volumes:
Expand Down

0 comments on commit 3847172

Please sign in to comment.