From c8ffd9cd582ff6fb9ee9d39df7d18b64cdc63cff Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." <49044505+hp3icc@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:58:19 -0500 Subject: [PATCH] Update docker-compose.yml # The AUTO_RESTART function restarts the server and forces file downloads every 24 hours. - AUTO_RESTART=True --- docker-configs/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-configs/docker-compose.yml b/docker-configs/docker-compose.yml index 6645540..0361fa2 100644 --- a/docker-configs/docker-compose.yml +++ b/docker-configs/docker-compose.yml @@ -23,6 +23,9 @@ services: container_name: adn-server cpu_shares: 1024 mem_reservation: 512m + environment: + # The AUTO_RESTART function restarts the server and forces file downloads every 24 hours. + - AUTO_RESTART=True # Before enabling local mapping, download the file to the host machine: # docker cp adn-server:/opt/ADN-DMR-Peer-Server/config/adn.cfg . volumes: