Update occ
alias
This commit is contained in:
parent
3b0276f01c
commit
76d032fd3a
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -105,7 +105,7 @@
|
|||
logs='docker-compose logs --tail=200 -f' \
|
||||
dupd='docker-compose up -d' \
|
||||
ddwn='docker-compose down' \
|
||||
occ='docker exec -it -u www-data nextcloud php occ' \
|
||||
occ='docker exec -it nextcloud occ' \
|
||||
|
||||
# lists all open ports, along with some other info
|
||||
alias ls-ports='netstat -tulpn'
|
||||
|
|
Loading…
Add table
Reference in a new issue