From 19239f1a816c577039712e2482702bf970f637b7 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Wed, 29 May 2024 05:23:53 +0000 Subject: [PATCH] Update arm/docker-compose.yml --- arm/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm/docker-compose.yml b/arm/docker-compose.yml index f6edfac..22aec67 100644 --- a/arm/docker-compose.yml +++ b/arm/docker-compose.yml @@ -43,8 +43,8 @@ services: - GITEA_ROOT=https://git.mafyuh.dev - GITEA_API_TOKEN=$GITEA_API_TOKEN ports: - - "80:80" - - "443:443" + - "90:80" + - "449:443" volumes: - /home/ubuntu/pages/data:/data