From 6faef1fe5f4f583caba5f9cfdc0070c1c6075983 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sun, 13 May 2018 05:36:06 -0500 Subject: [PATCH] Add Docker Utility Script commands to support --- SUPPORT.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index ddce8c709..745929664 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -50,6 +50,10 @@ Replace `YOUREMAILADDRESS` with the e-mail address whose password you intend to ##### Docker ```bash +# With the Docker Utility Script +./docker.sh cli azuracast:account:reset-password YOUREMAILADDRESS + +# Manually using Docker Compose docker-compose run --rm cli azuracast_cli azuracast:account:reset-password YOUREMAILADDRESS ``` @@ -65,6 +69,10 @@ Many parts of the AzuraCast system depend on caches to speed up site performance date, and they may cause errors. You can always flush all site-wide caches using one command-line script: ```bash +# With the Docker Utility Script +./docker.sh cli cache:clear + +# Manually using Docker Compose docker-compose run --rm cli azuracast_cli cache:clear ```