Merge pull request #1293 from acburdine/fix/ghost-v2
update ghost readme with 1.x => 2.x migration
This commit is contained in:
commit
f13d6e982c
|
|
@ -40,7 +40,13 @@ $ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/g
|
|||
$ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/ghost %%IMAGE%%:0.11-alpine
|
||||
```
|
||||
|
||||
### Breaking change
|
||||
### Breaking changes
|
||||
|
||||
#### Ghost 1.x.x => Ghost 2.x.x
|
||||
|
||||
When upgrading from Ghost 1.x to Ghost 2.x, you must make sure you are already running the latest version of Ghost 1.x *before* upgrading to 2.x. Otherwise, you may run into database errors.
|
||||
|
||||
#### Ghost 0.11.x => Ghost 1.x.x
|
||||
|
||||
If you want to run Ghost 0.11.xx, be aware of the container's path difference:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue