0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-12 11:38:11 +00:00
crazy-max_diun/UPGRADE.md
2019-10-02 00:12:56 +02:00

240 B

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