Skip to content

Commit 966626a

Browse files
author
Kevin Buchholz
committed
Merge branch 'release/0.18.2'
2 parents 2b40936 + e1594a4 commit 966626a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.8-fpm-alpine
1+
FROM php:8.0.9-fpm-alpine
22

33
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
44
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# docker-laravel `WIP`
1+
# `docker-laravel`
22

3-
[![Docker Build Status](https://img.shields.io/docker/cloud/build/sourceboat/docker-laravel.svg?style=flat-square)](https://hub.docker.com/r/sourceboat/docker-laravel/builds/)
43
[![Release](https://img.shields.io/github/release/sourceboat/docker-laravel.svg?style=flat-square)](https://github.com/sourceboat/docker-laravel/releases)
54
[![Docker Pulls](https://img.shields.io/docker/pulls/sourceboat/docker-laravel.svg?style=flat-square)](https://hub.docker.com/r/sourceboat/docker-laravel/)
65
[![Image Size](https://img.shields.io/docker/image-size/sourceboat/docker-laravel?style=flat-square)](https://microbadger.com/images/sourceboat/docker-laravel)
7-
[![MicroBadger Layers](https://img.shields.io/microbadger/layers/sourceboat/docker-laravel.svg?style=flat-square)](https://microbadger.com/images/sourceboat/docker-laravel)
86

97
A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
108

119
## What's included?
1210

13-
`WIP`
11+
This Image includes some features to ease the work with Laravel in Docker:
12+
- Tooling and extensions needed for Laravel applications
13+
- Dependency management: Composer, Npm and Yarn
14+
- Datastores: MariaDB, MySQL, Redis
15+
- [Startup commands](#startup-commands)
1416

1517
## Usage
1618

17-
### Development
18-
1919
Create a `Dockerfile` with the following contents (and adjust version tag):
2020

2121
```dockerfile
@@ -105,10 +105,6 @@ services:
105105
- "MYSQL_DATABASE=default"
106106
```
107107

108-
### Production
109-
110-
`WIP`
111-
112108
## Changelog
113109

114110
Check [releases](https://github.com/sourceboat/docker-laravel/releases) for all notable changes.

0 commit comments

Comments
 (0)