Skip to content

Commit

Permalink
Merge pull request #4 from Faks/dev
Browse files Browse the repository at this point in the history
1.) changed: grafana port 3000 to 3535 to avoid collision
  • Loading branch information
Faks authored Feb 26, 2023
2 parents 370e2f9 + d4a3208 commit b46d6f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ CONFLUENCE_HOST_HTTP_PORT=8090

### GRAFANA ###############################################

GRAFANA_PORT=3000
GRAFANA_PORT=3535

### GRAYLOG ###############################################

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ services:
volumes:
- ${DATA_PATH_HOST}/grafana:/var/lib/grafana
ports:
- "${GRAFANA_PORT}:3000"
- "${GRAFANA_PORT}:3535"
networks:
- backend

Expand Down
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM grafana/grafana:latest

EXPOSE 3000
EXPOSE 3535

0 comments on commit b46d6f7

Please sign in to comment.