Merge pull request #1515 from nextcloud/enh/noid/remove-container-name

manual-install - remove container_name so that it should run using do…
This commit is contained in:
Simon L 2022-12-15 11:13:40 +01:00 committed by GitHub
commit 84a5e28784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,8 @@ echo "" >> containers.yml
echo "$OUTPUT" >> containers.yml
sed -i '/container_name/d' containers.yml
VOLUMES="$(grep -oP 'nextcloud_aio_[a-z_]+' containers.yml | sort -u)"
mapfile -t VOLUMES <<< "$VOLUMES"
echo "" >> containers.yml