Change docker backup command in readme

This commit is contained in:
Benjamin Weber 2016-11-14 20:13:10 +00:00
parent c04e3af484
commit 557dbc840e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
If you are running GitLab within a Docker container, you can run the backup from the host:
```
docker -t exec <container name> gitlab-rake gitlab:backup:create
docker exec -t <container name> gitlab-rake gitlab:backup:create
```
You can specify that portions of the application data be skipped using the