From 39f7f41e6d40c1cb22b828430d33cecf6676f95c Mon Sep 17 00:00:00 2001 From: bakito Date: Sun, 7 Jan 2024 22:44:32 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d7b28f..4f8acbf 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ services: # REPLICA1_DHCPSERVERENABLED: true/false (optional) enables/disables the dhcp server on the replica CRON: "*/10 * * * *" # run every 10 minutes RUNONSTART: true - # CONTINUEONERROR: false # If enabled, the synchronisation task will not fail on single errors, but will log the errors and continue + # CONTINUE_ON_ERROR: false # If enabled, the synchronisation task will not fail on single errors, but will log the errors and continue # Configure the sync API server, disabled if api port is 0 API_PORT: 8080