correct docker compose example #356

This commit is contained in:
bakito 2024-06-13 07:38:06 +02:00
parent 532962527f
commit 562576b8d4
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8

View file

@ -165,7 +165,7 @@ services:
# REPLICA2_INTERFACE_NAME: 'ens18' # use custom dhcp interface name
# REPLICA2_DHCP_SERVER_ENABLED: true/false (optional) enables/disables the dhcp server on the replica
CRON: "0 */2 * * *" # run every 10 minutes
RUNONSTART: "true"
RUN_ON_START: "true"
# 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