fix: change frontend port from 3001 to 3003 (port conflict on NAS)

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

View File

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