Skip to content

Commit

Permalink
fix: change port
Browse files Browse the repository at this point in the history
  • Loading branch information
dengbo committed Jul 24, 2024
1 parent dd616f2 commit 451de9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GF_PATHS_PLUGINS=custom/plugins/directory/
```
docker run \
-v $PWD/grafana-datalayers-datasource:/custom/plugins/directory/grafana-datalayers-datasource \
-p 3344:3000 \
-p 3000:3000 \
--name grafana \
grafana/grafana:latest
```
Expand All @@ -45,7 +45,7 @@ services:
grafana:
image: grafana/grafana:latest
ports:
- 3344:3000
- 3000:3000
volumes:
- ./grafana-datalayers-datasource:/custom/plugins/directory/grafana-datalayers-datasource
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
args:
grafana_version: ${GRAFANA_VERSION:-9.4.7}
ports:
- 3344:3000/tcp
- 3000:3000/tcp
volumes:
- ./dist:/var/lib/grafana/plugins/grafana-datasource-datalayers

0 comments on commit 451de9d

Please sign in to comment.