mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
reaname compose file to compose.yaml
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
27d99efebf
commit
8f54de363f
6 changed files with 17 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue