lomorage/lomo-docker

General docker compose configuration file

Closed this issue · 8 comments

odyf commented

Hello, can you write a general docker compose configuration file to the help file

Is there any problem with run.sh?

odyf commented

Is there any problem with run.sh?

Hello, there is no problem with the script, but why not make it a more friendly startup method in docker-compose.yml format. I tried to modify the startup container and the access was unsuccessful.

odyf commented

这搞了半天是国内产品,感谢能有这么好的产品,
就是容器部署有一个不太明白的地方,是需要运行脚本才能运行容器吗,能否可以想docker-compose up -d这种一键运行容器的方式

Qifcn commented

我们中文主页有生硬的翻译痕迹?😀d ocker-compose也是定义一些参数来运行docker,我们这个没什么复杂的微服务架构和依赖,run.sh里面也就直接调用的docker run运行的。即便是compose,那些参数还是需要用户指定的,我可以看看先。 - Jeromy

On Sun, Jul 11, 2021 at 2:13 AM odyf @.***> wrote: 这搞了半天是国内产品,感谢能有这么好的产品, 就是容器部署有一个不太明白的地方,是需要运行脚本才能运行容器吗,能否可以想docker-compose up -d这种一键运行容器的方式 — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIA465VGTZH4S6UIRZMEMTTXFOFJANCNFSM5ADITG6A .

感谢分享,是因为我测试的时候运行脚本出错,所有想更简单一键运行,换了几台linux机器都报错,回去我测试一下新的docker-compose up方式
报错如下
IMG_20210712_125503

好的,另外可以更新下run.sh,再把结果发一下。

已经fix了,更新下docker image。