mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

* refactor(compose-yaml): ♻️ avoid unused and unnecessary ports mapping from compose files Signed-off-by: Prashant Shahi <prashant@signoz.io> * refactor(frontend): 💥 change frontend port to 3301 BREAKING CHANGE: Signed-off-by: Prashant Shahi <prashant@signoz.io>
8 lines
100 B
YAML
8 lines
100 B
YAML
version: "3.9"
|
|
services:
|
|
web:
|
|
build: .
|
|
image: signoz/frontend:latest
|
|
ports:
|
|
- "3301:3301"
|