我是Docker的新手,当我运行命令rake service:all
时,我不知道为什么在安装peatio中发现错误。
这对于Ubuntu。
----- Running hooks -----
docker-compose run --rm peatio bash -c "./bin/link_config && bundle exec rake db:create db:migrate db:seed"
docker-compose run --rm peatio bash -c "./bin/link_config && bundle exec rake db:create db:migrate db:seed"
Link /opt/peatio/config/plugins.yml -> /home/app/config/plugins.yml
Traceback (most recent call last):
6: from ./bin/link_config:12:in `<main>'
5: from ./bin/link_config:12:in `each'
4: from ./bin/link_config:15:in `block in <main>'
3: from /usr/local/lib/ruby/2.5.0/fileutils.rb:321:in `ln_s'
2: from /usr/local/lib/ruby/2.5.0/fileutils.rb:1479:in `fu_each_src_dest0'
1: from /usr/local/lib/ruby/2.5.0/fileutils.rb:323:in `block in ln_s'
/usr/local/lib/ruby/2.5.0/fileutils.rb:323:in `symlink': File exists @ syserr_fail2_in - /home/app/config/plugins.yml (Errno::EEXIST)
rake aborted!
Command failed with status (1): [docker-compose run --rm peatio bash -c "./...]
在rake service:all
之后。我总是会收到此错误。我认为这是peatio服务器错误。但是我没有找到原因。
有什么想法吗?