mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
Update Grafana service root URL in docker-compose configuration
This commit is contained in:
parent
8381fad919
commit
1b99387661
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
||||||
image: grafana/grafana-oss
|
image: grafana/grafana-oss
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- GF_SERVER_ROOT_URL=https://grafana.app.marioverde.com.br
|
- GF_SERVER_ROOT_URL=https://grafana.intranet.marioverde.com.br
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue