reaname compose file to compose.yaml

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-05-31 17:27:11 +02:00
parent 27d99efebf
commit 8f54de363f
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
6 changed files with 17 additions and 20 deletions

View file

@ -119,10 +119,7 @@ done
OUTPUT="$(echo "$OUTPUT" | sed "/restart: /a\ \ \ \ networks:\n\ \ \ \ \ \ - nextcloud-aio")"
echo 'version: "3.8"' > containers.yml
echo "" >> containers.yml
echo "$OUTPUT" >> containers.yml
echo "$OUTPUT" > containers.yml
sed -i '/container_name/d' containers.yml
sed -i 's|^ $||' containers.yml