Skip to content

Commit

Permalink
Version bump 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Jun 15, 2015
1 parent e87a84d commit ed4c157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TYPO3 Docker Boilerplate Changelog
==================================

3.4.0 - UPCOMING
3.4.0 - 2015-06-15
-------------------------------------
- Renamed `PHP_UID` and `PHP_GID` to `EFFECTIVE_UID` and `EFFECTIVE_GID`
- Set Apache HTTPd and Nginx UID to `EFFECTIVE_UID` and `EFFECTIVE_GID`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerized PHP web project boilerplate

![latest v3.3.1](https://img.shields.io/badge/latest-v3.3.1-green.svg?style=flat)
![latest v3.4.0](https://img.shields.io/badge/latest-v3.4.0-green.svg?style=flat)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Percentage of issues still open")
Expand All @@ -26,7 +26,7 @@ Configuration of each docker container is available in the `docker/` directory -
This boilerplate can also be used for any other web project eg. Symfony, Magento and more.
Just customize the makefile for your needs

Warning: Don't use this Docker containers for production - they are only for development. If you find it usefull for production please contact me.
Warning: There may be issues when using it in production - if you have any success stories please contact me.

Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-development) for this Docker boilerplate, eg. for easy creating new boilerplate installations with an easy shell command: `ct docker:create directory`

Expand Down

0 comments on commit ed4c157

Please sign in to comment.