mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-26 23:21:34 +01:00
Update CHANGELOG
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -4,13 +4,19 @@
|
||||
|
||||
* Multi-platform Docker image
|
||||
* Switch to GitHub Actions
|
||||
* Run Docker container as non-root user
|
||||
* Stop publishing Docker image on Quay
|
||||
* :warning: Run Docker container as non-root user
|
||||
* :warning: Stop publishing Docker image on Quay
|
||||
* Go 1.12.10
|
||||
* Use GOPROXY
|
||||
|
||||
> :warning: **BREAKING CHANGES**
|
||||
> See [UPGRADE notes](UPGRADE.md#130--140) for more info.
|
||||
> :warning: **UPGRADE NOTES**
|
||||
> As the Docker container now runs as a non-root user, you have to first stop the container and change permissions to `data` volume:
|
||||
> ```
|
||||
> docker-compose stop
|
||||
> chown -R 1000:1000 data/
|
||||
> docker-compose pull
|
||||
> docker-compose up -d
|
||||
> ```
|
||||
|
||||
## 1.3.0 (2019/08/22)
|
||||
|
||||
|
||||
10
UPGRADE.md
10
UPGRADE.md
@@ -1,10 +0,0 @@
|
||||
## 1.3.0 > 1.4.0
|
||||
|
||||
As the Docker container runs as a non-root user, you have to first stop the container and change permissions to `data` volume:
|
||||
|
||||
```
|
||||
docker-compose stop
|
||||
chown -R 1000:1000 data/
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user