From 89bb14516933de2ecd90272639c1497fce1f15ac Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:07:28 -0600 Subject: [PATCH] swap port s --- roles/ind/archivewarrior/archivewarrior.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ind/archivewarrior/archivewarrior.yml b/roles/ind/archivewarrior/archivewarrior.yml index 75f6ab2..e8c25a5 100644 --- a/roles/ind/archivewarrior/archivewarrior.yml +++ b/roles/ind/archivewarrior/archivewarrior.yml @@ -48,7 +48,7 @@ - DOWNLOADER=jester45 - CONCURRENT_ITEMS=6 ports: - - "8001:8002" + - "8002:8001" labels: com.centurylinklabs.watchtower.enable: "true" restart: always @@ -66,7 +66,7 @@ - DOWNLOADER=jester45 - CONCURRENT_ITEMS=6 ports: - - "8001:8002" + - "8003:8001" labels: com.centurylinklabs.watchtower.enable: "true" restart: always