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

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