mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Provide updating information
This commit is contained in:
parent
dfb2a1097d
commit
d406eac805
25
UPDATING.md
25
UPDATING.md
@ -3,6 +3,31 @@
|
|||||||
This document will hold all information on how to update between major versions.
|
This document will hold all information on how to update between major versions.
|
||||||
|
|
||||||
|
|
||||||
|
## Update from `v1.8.1` to `v1.8.2`
|
||||||
|
|
||||||
|
**PR:** TBD
|
||||||
|
|
||||||
|
This PR adds many new images, ensure to remove your current old state before running them:
|
||||||
|
```bash
|
||||||
|
docker-compose stop
|
||||||
|
docker-compose rm -f
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Update from `v1.8.0` to `v1.8.1`
|
||||||
|
|
||||||
|
**PR:** https://github.com/cytopia/devilbox/pull/747
|
||||||
|
|
||||||
|
This PR ensures to have all directories in log/ mod/ cfg/ added by default. Prior this, some
|
||||||
|
of those directories might have been created by Docker (running as root) and they have the wrong
|
||||||
|
permissions (root instead of local user).
|
||||||
|
To mitigate this, you need to adjust directory permissions prior pulling this tag.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo chown -R <user>:<group> .
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Update from `v1.6.2` to `v1.6.3`
|
## Update from `v1.6.2` to `v1.6.3`
|
||||||
|
|
||||||
**PR:** https://github.com/cytopia/devilbox/pull/689
|
**PR:** https://github.com/cytopia/devilbox/pull/689
|
||||||
|
Loading…
Reference in New Issue
Block a user