Skip to content

Commit b46d6f7

Browse files
authored
Merge pull request #4 from Faks/dev
1.) changed: grafana port 3000 to 3535 to avoid collision
2 parents 370e2f9 + d4a3208 commit b46d6f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ CONFLUENCE_HOST_HTTP_PORT=8090
554554

555555
### GRAFANA ###############################################
556556

557-
GRAFANA_PORT=3000
557+
GRAFANA_PORT=3535
558558

559559
### GRAYLOG ###############################################
560560

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ services:
15641564
volumes:
15651565
- ${DATA_PATH_HOST}/grafana:/var/lib/grafana
15661566
ports:
1567-
- "${GRAFANA_PORT}:3000"
1567+
- "${GRAFANA_PORT}:3535"
15681568
networks:
15691569
- backend
15701570

grafana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM grafana/grafana:latest
22

3-
EXPOSE 3000
3+
EXPOSE 3535

0 commit comments

Comments
 (0)