This serivce ties up different dirs to the same service. However we'll need the flexibility to hold the dirs in different file servers.
So better split up this service (one service per dir) in future.
Thanks, Fengguang
On Thu, Nov 26, 2020 at 05:21:04PM +0800, Cui Yili wrote:
Signed-off-by: cuiyili 2268260388@qq.com
container/srv-http/start | 1 + 1 file changed, 1 insertion(+)
diff --git a/container/srv-http/start b/container/srv-http/start index b56fe4d..8c8ca0b 100755 --- a/container/srv-http/start +++ b/container/srv-http/start @@ -14,6 +14,7 @@ cmd=( -v /etc/localtime:/etc/localtime:ro -v /srv/result:/srv/result:ro -v /srv/initrd/qemu-image:/srv/initrd/qemu-image:ro
- -v /srv/os:/srv/os:ro -d srv-http
)
2.23.0