Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fix docker compose port
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin MOUTY committed Aug 8, 2024
1 parent 6d4b5ef commit 9aeaa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
grafana_version: ${GRAFANA_VERSION:-10.3.3}
development: ${DEVELOPMENT:-false}
ports:
- 10944:3000/tcp
- 3000:3000/tcp
volumes:
- ./dist:/var/lib/grafana/plugins/ovh-akvorado-datasource
- ./provisioning:/etc/grafana/provisioning
Expand Down

0 comments on commit 9aeaa49

Please sign in to comment.