mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-03 06:36:36 -03:00
Add grafana-storage volume definition to docker-compose.yml
This commit is contained in:
parent
3e3d1362a1
commit
2e8d0e4be3
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.intranet.marioverde.com.br
|
||||
- GF_SERVER_ROOT_URL=http://grafana.intranet.marioverde.com.br
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue