Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
Pipeline #3015 passed
...@@ -11,7 +11,7 @@ set -eu ...@@ -11,7 +11,7 @@ set -eu
# which should be a Docker volume. # which should be a Docker volume.
alias nc_run='docker exec -u www-data nextcloud-nextcloud-1' 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 () { cleanup () {
nc_run php occ maintenance:mode --off nc_run php occ maintenance:mode --off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment