fix: change frontend port to 3013

This commit is contained in:
Nabil Derouiche 2026-04-20 21:14:11 +01:00
parent f78c6daf6b
commit 84f706bc44
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ services:
container_name: rayhan-frontend
restart: unless-stopped
ports:
- "3003:80"
- "3013:80"
networks:
- rayhan-net