From 8153211842eeb9138f699e8d185b4bb6ebc83ff9 Mon Sep 17 00:00:00 2001 From: saga92 Date: Fri, 13 May 2016 18:08:52 +0800 Subject: [PATCH] Update README.md --- migration/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/README.md b/migration/README.md index 400dfb8db..dde8e00c9 100644 --- a/migration/README.md +++ b/migration/README.md @@ -38,6 +38,7 @@ Migration is a module for migrating database schema between different version of ```docker run -ti -v /data/database:/var/lib/mysql your-image-name up head``` you can use `-v /etc/localtime:/etc/localtime` to sync container timezone with host timezone. + you may change `/data/database` to the mysql volumes path you set in docker-compose.yml. ###migration step - step 1: stop and remove harbor service