Fix `occ` commands in README
continuous-integration/drone/push Build is passing Details

[ci skip]
This commit is contained in:
3wc 2023-01-24 14:13:14 -08:00
parent f086d1bc77
commit cff544c554
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ Fully automated luxury Nextcloud via docker-swarm.
## Running `occ`
`abra app run --user www-data YOURAPPDOMAIN app occ user:list --help`
`abra app run --user www-data YOURAPPDOMAIN app php occ user:list --help`
## Upgrading Nextcloud apps
`abra app run --user www-data YOURAPPDOMAIN app occ app:update --all`
`abra app run --user www-data YOURAPPDOMAIN app php occ app:update --all`
## How do I fix a Nextcloud version snafu?