mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
readme fixes
This commit is contained in:
@@ -385,7 +385,7 @@ docker run --rm -v /path/to/backups:/backups --volumes-from `docker-compose ps -
|
|||||||
Restoring a backup is as simple as mounting the backup as volumes in the container.
|
Restoring a backup is as simple as mounting the backup as volumes in the container.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -v /path/to/backups/latest:/bitnami/mariadb bitnami/mariadb
|
docker run -v /path/to/backups/latest:/bitnami/mariadb bitnami/mariadb:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
or using Docker Compose:
|
or using Docker Compose:
|
||||||
|
|||||||
Reference in New Issue
Block a user