Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huantt committed Oct 19, 2023
1 parent 4a41e8c commit bc6ef50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ go install github.com/huantt/redis-migrator@latest

#### Using Docker
```shell
docker run --rm -v /path/to/migrate.yaml:/data/migrate.yaml huanttok/redis-migrator migrate --config.file=/data/migrate.yaml \
docker run \
--rm \
-v /path/to/migrate.yaml:/data/migrate.yaml \
huanttok/redis-migrator migrate \
--config.file=/data/migrate.yaml \
--log.level=debug
```

Expand Down

0 comments on commit bc6ef50

Please sign in to comment.