update help for nextcloud xai occ cli command

add memory limit update to nextcloud
This commit is contained in:
2021-03-07 13:31:06 -05:00
parent f6fe29ec0a
commit 03116dab7e
4 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -ex
set -e
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
@@ -17,5 +17,6 @@ do
done
shift $((OPTIND -1))
echo using container "${container}"
# shellcheck disable=SC2068
docker exec -it -u www-data "$container" php occ $@