File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ services:
486486 # Description: Publishes Prometheus metrics about Docker containers.
487487 #
488488 # Disk: none
489- # Ports exposed to other Sourcegraph services: 8080 /TCP
489+ # Ports exposed to other Sourcegraph services: 48080 /TCP
490490 # Ports exposed to the public internet: none
491491 #
492492 cadvisor :
@@ -513,8 +513,8 @@ services:
513513 networks :
514514 - sourcegraph
515515 restart : always
516- command :
517- - --port=8080
516+ expose :
517+ - 48080
518518
519519 # Description: Publishes Prometheus metrics about the machine's hardware / operating system.
520520 #
Original file line number Diff line number Diff line change 33 nodename : " sourcegraph-docker-compose-host"
44 job : node
55 targets :
6- - cadvisor:8080
6+ - cadvisor:48080
77 - sourcegraph-frontend-internal:6060
88- labels :
99 nodename : " sourcegraph-docker-compose-host"
You can’t perform that action at this time.
0 commit comments