...
Code Block | ||
---|---|---|
| ||
chown -R 5001:5001 /var/lib/docker/volumes/<stack-name>_logs/_data chown -R 5001:5001 /var/lib/docker/volumes/<stack-name>_data/_data |
Additionally, conf
volume has been removed. Migrate all configuration from oneportal.conf
file docker compose.yml
file using environment variables. Remove conf
volume definition from compose file and execute:
Code Block | ||
---|---|---|
| ||
docker volume rm <stack_name>_conf
docker volume rm trivore-id_conf |
Bug fixes
Improvements
New features
...