douzi
Results
1
comments of
douzi
> 目前可以通过手动跑来运行: > > ```shell > docker run --name yearning --rm -v $PWD/conf.toml:/opt/conf.toml yearning:latest install > docker run --name yearning -v $PWD/conf.toml:/opt/conf.toml yearning:latest run > ``` > > 不清楚多次执行install会不会删除之前的数据,如果多次执行install没有影响,则比较好办 多次install不会删除,程序运行时会先检测是否已经初始化过,如果是则会跳过。尽量还是不要多次install