Skip to content

Commit ad1b621

Browse files
committed
Added update section to readme
1 parent a3a95a9 commit ad1b621

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

documentation/UPDATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
```

0 commit comments

Comments
 (0)