mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -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
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- GF_SERVER_ROOT_URL=https://grafana.app.marioverde.com.br
|
||||
- GF_SERVER_ROOT_URL=https://grafana.intranet.marioverde.com.br
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue