Docs say
By default, registry data is persisted in the target host's /data/ directory.
This data remains unchanged even when Harbor's containers are removed and/or recreated.
How/where can I change that location?
@AlexZeitler To change the default data volume you need to make update the "volumes" of different containers io docker-compose.yml before deploying Harbor.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If anyone else is looking for this, you also need to change DATA_VOL in the ./prepare script.
IMHO this should be added to harbor.cfg so we can choose different location and not hack the prepare script.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
IMHO this should be added to harbor.cfg so we can choose different location and not hack the prepare script.