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