Skip to content

Commit e991c52

Browse files
committed
Add missing virtual port to signoz container
1 parent 6b006e7 commit e991c52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/docker/signoz/docker-compose.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ services:
1818
- proxy
1919
environment:
2020
VIRTUAL_HOST: ${SIGNOZ_VIRTUAL_HOST}
21+
VIRTUAL_PORT: '8080'
2122
SIGNOZ_TOKENIZER_JWT_SECRET: ${SIGNOZ_TOKENIZER_JWT_SECRET}
2223
SIGNOZ_SQLSTORE_POSTGRES_DSN: postgres://signoz:${POSTGRES_PASSWORD}@signoz-metastore-postgres-0:5432/signoz?sslmode=disable
2324

0 commit comments

Comments
 (0)