Update docker-compose.yml

enable port as traefik labels are commented out
This commit is contained in:
LRVT 2023-02-21 12:07:34 +01:00 committed by GitHub
parent 7d7c63ce33
commit 19ab55dbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ services:
# - GF_SERVER_ROOT_URL=https://grafana.example.com # optional
volumes:
- /mnt/docker-volumes/grafana:/var/lib/grafana
#ports:
# - 3000:3000
ports:
- 3000:3000
networks:
- monitoring_default
#labels: