mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
240 B
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