From aa88e7a1b6328b96b88254bec86920f7e5c75c05 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/docker-compose.yaml.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