Skip to content

Commit

Permalink
PMM-11180 revert host related changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 17, 2024
1 parent 987b7c4 commit 246bd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ jobs:
go env | sort
git status
docker compose logs
docker compose ps
docker compose ps -a
2 changes: 1 addition & 1 deletion agent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
mongo:
image: ${MONGO_IMAGE:-percona/percona-server-mongodb:5.0}
container_name: pmm-agent_mongo
command: --profile=2 -bind_ip=0.0.0.0
command: --profile=2
ports:
- "127.0.0.1:27017:27017"
environment:
Expand Down

0 comments on commit 246bd0e

Please sign in to comment.