Auto Update
This commit is contained in:
parent
c8165c2460
commit
76ede0bb29
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ alias dprune='docker image prune -f'
|
|||
alias dcrestart='docker compose down --remove-orphans && docker compose up -d'
|
||||
|
||||
alias docker='docker '
|
||||
alias ps='ps -a --format "table {{.Names}}:\t{{.State}}\t{{.Status}}"'
|
||||
alias ps='ps -a --format "table {{.Names}}:\t{{.State}}"'
|
||||
|
||||
alias ncht='docker exec -it --user www-data app-server php occ maintenance:update:htaccess'
|
||||
|
||||
|
|
Loading…
Reference in a new issue