From 77c03e8df3241ae9625e20d4abccd90011e9e750 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." <49044505+hp3icc@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:00:25 -0500 Subject: [PATCH] Update docker-compose2.yml # The AUTO_RESTART function restarts the server and forces file downloads every 24 hours. - AUTO_RESTART=True --- docker-configs/docker-compose2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-configs/docker-compose2.yml b/docker-configs/docker-compose2.yml index 0bd6fbe..621b57d 100644 --- a/docker-configs/docker-compose2.yml +++ b/docker-configs/docker-compose2.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: