Skip to content
Snippets Groups Projects
Unverified Commit 245f295f authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Don't install photos app by default

parent 4294033f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ TMPFILE=$(mktemp /tmp/cozyXXX)
echo "Creating instance ${INSTANCE_ID}.${COZY_TLD} ..."
docker-compose exec cozy ./cozy instances add --host 0.0.0.0 --apps drive,photos,collect,settings,onboarding "${INSTANCE_ID}.${COZY_TLD}" | tee "${TMPFILE}"
docker-compose exec cozy ./cozy instances add --host 0.0.0.0 --apps drive,collect,settings,onboarding "${INSTANCE_ID}.${COZY_TLD}" | tee "${TMPFILE}"
## To replace by registry://store/something after next cozy-stack release
docker-compose exec cozy ./cozy apps install --domain "${INSTANCE_ID}.${COZY_TLD}" store registry://store/stable | tee -a "${TMPFILE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment