added remove stopped alpine container after executing its tasks

This commit is contained in:
Gyorgy Berenyi
2024-11-26 12:24:39 +00:00
parent 6c95eaeb18
commit 59ec2e793d

View File

@@ -28,7 +28,7 @@
} }
], ],
"ENV_FILES": [ "/etc/user/secret/nextcloud/nextcloud.json" ], "ENV_FILES": [ "/etc/user/secret/nextcloud/nextcloud.json" ],
"EXTRA": "null", "EXTRA": "--rm",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "false", "START_ON_BOOT": "false",
"ENTRYPOINT": "sh -c", "ENTRYPOINT": "sh -c",