Commit cf5a737b authored by nimrod's avatar nimrod
Browse files

Backup: Use new container names.

Docker Compose changed the name of the containers it creates.
parent db3026e3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ set -eu
# which should be a Docker volume.

alias nc_run='docker exec -u www-data nextcloud-nextcloud-1'
alias db_run='docker exec -u nobody nextcloud_mysql_1'
alias db_run='docker exec -u nobody nextcloud-mysql-1'

cleanup () {
    nc_run php occ maintenance:mode --off