File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-dev
3333## Table of contents
3434
3535- [ Installation and requirements] ( /documentation/INSTALL.md )
36+ - [ Updating docker boilerplate] ( /documentation/UPDATE.md )
3637- [ Docker Quickstart] ( /documentation/DOCKER-QUICKSTART.md )
3738- [ Run your project] ( /documentation/DOCKER-STARTUP.md )
3839- [ Container detail info] ( /documentation/DOCKER-INFO.md )
Original file line number Diff line number Diff line change 1+ [ <-- Back to main section] ( ../README.md )
2+
3+ # Update
4+
5+ # Update to 3.4.x
6+ As ` PHP_UID ` was replaced with ` EFFECTIVE_UID ` and ` PHP_GID ` was replaced with ` EFFECTIVE_GID ` you
7+ have to rebuild all containers with this variables: ` main ` and ` web `
8+
9+ ``` bash
10+ docker-compose stop
11+ docker-compose rm --force main web
12+ docker-compose build --no-cache main web
13+ docker-compose up
14+ ```
You can’t perform that action at this time.
0 commit comments