mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
fixed typo
This commit is contained in:
parent
40fac26175
commit
b21a27c1a5
|
@ -114,7 +114,7 @@ To restore a backup, run::
|
||||||
|
|
||||||
To copy the files from the running Postgres container to the host system::
|
To copy the files from the running Postgres container to the host system::
|
||||||
|
|
||||||
docker <containerId>:/backups /host/path/target
|
docker cp <containerId>:/backups /host/path/target
|
||||||
|
|
||||||
Where <containerId> is the ID of the Postgres container. To get it, run::
|
Where <containerId> is the ID of the Postgres container. To get it, run::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user