mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 07:26:20 +00: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"
|