From 4dcd304945026510fba8621d3b9820e4db7da122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:57:43 +0200 Subject: [PATCH] chore: put nginx on another port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ae6d4ed..3857260 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: nginx: image: nginx:latest ports: - - "80:80" + - "4555:80" restart: always volumes: - static:/app/staticfiles