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
33
33
## Table of contents
34
34
35
35
- [ Installation and requirements] ( /documentation/INSTALL.md )
36
+ - [ Updating docker boilerplate] ( /documentation/UPDATE.md )
36
37
- [ Docker Quickstart] ( /documentation/DOCKER-QUICKSTART.md )
37
38
- [ Run your project] ( /documentation/DOCKER-STARTUP.md )
38
39
- [ 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