From 1f811cba817c99491a70aff9ece83f1f59c6b2c0 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 27 Nov 2022 10:35:36 +0800 Subject: Add init to halo to try to fix stop problem. --- template/docker-compose.yaml.template | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index a70a372..c372ba4 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -4,6 +4,7 @@ services: pull_policy: always container_name: halo restart: on-failure:3 + init: true volumes: - ./data/halo:/root/.halo - /etc/timezone:/etc/timezone:ro -- cgit v1.2.3