Skip to content

Commit

Permalink
correct docker compose example #356
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jun 13, 2024
1 parent 5329625 commit 562576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 562576b

Please sign in to comment.