From 26f8719e5f4ad2309c63c5725e40b0f3d0db03a6 Mon Sep 17 00:00:00 2001 From: DJKnaeckebrot <46864390+DJKnaeckebrot@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:41:57 +0100 Subject: [PATCH] fix: wrong port publishing --- apps/dokploy/templates/unsend/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/unsend/docker-compose.yml b/apps/dokploy/templates/unsend/docker-compose.yml index e34093f7..0ed19f7c 100644 --- a/apps/dokploy/templates/unsend/docker-compose.yml +++ b/apps/dokploy/templates/unsend/docker-compose.yml @@ -39,8 +39,8 @@ services: - dokploy-network container_name: unsend-storage-prod ports: - - 9002:9002 - - 9001:9001 + - 9002 + - 9001 volumes: - storage:/data environment: