Skip to content
Snippets Groups Projects
Commit 180549f3 authored by Chase Qi's avatar Chase Qi
Browse files

docker-worker-dut-services: restart web server if stopped


Make sure web server is started after system reboot.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 1524bc08
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ services:
lava-dispatcher-webserver:
image: httpd
restart: unless-stopped
volumes:
- ./httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf:ro
- /var/lib/lava/dispatcher/tmp:/var/lib/lava/dispatcher/tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment