fix: change frontend port from 3001 to 3003 (port conflict on NAS)
This commit is contained in:
parent
181f74119a
commit
f78c6daf6b
|
|
@ -49,7 +49,7 @@ services:
|
|||
container_name: rayhan-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:80"
|
||||
- "3003:80"
|
||||
networks:
|
||||
- rayhan-net
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue