From da7b24050093a9cd5182d60a599abe3f11ce2de6 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 11 Apr 2023 08:35:46 +1000 Subject: [PATCH] Shuffle natpmp ordering --- .../torrents/config/{98-natpmp-install => 01-natpmp-install} | 0 .../torrents/config/{97-gateway-setup => 98-gateway-setup} | 0 services/torrents/docker-compose.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename services/torrents/config/{98-natpmp-install => 01-natpmp-install} (100%) rename services/torrents/config/{97-gateway-setup => 98-gateway-setup} (100%) diff --git a/services/torrents/config/98-natpmp-install b/services/torrents/config/01-natpmp-install similarity index 100% rename from services/torrents/config/98-natpmp-install rename to services/torrents/config/01-natpmp-install diff --git a/services/torrents/config/97-gateway-setup b/services/torrents/config/98-gateway-setup similarity index 100% rename from services/torrents/config/97-gateway-setup rename to services/torrents/config/98-gateway-setup diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index 3e9d3f4..27748ed 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -23,8 +23,8 @@ services: - ${NASCOMPOSE_DATA?}/torrents/:/data/ - ${NASCOMPOSE_SERVICES?}/torrents/secrets/wg0.conf:/config/wireguard/wg0.conf:ro - ${NASCOMPOSE_SERVICES?}/torrents/config/set_port.sh:/bin/set_port.sh:ro - - ${NASCOMPOSE_SERVICES?}/torrents/config/97-gateway-setup:/etc/cont-init.d/97-gateway-setup:ro - - ${NASCOMPOSE_SERVICES?}/torrents/config/98-natpmp-install:/etc/cont-init.d/98-natpmp-install:ro + - ${NASCOMPOSE_SERVICES?}/torrents/config/01-natpmp-install:/etc/cont-init.d/01-natpmp-install:ro + - ${NASCOMPOSE_SERVICES?}/torrents/config/98-gateway-setup:/etc/cont-init.d/98-gateway-setup:ro - ${NASCOMPOSE_SERVICES?}/torrents/config/99-cron-start:/etc/cont-init.d/99-cron-start:ro restart: unless-stopped labels: