Skip to content

Commit 85b2961

Browse files
committed
feat(metrics): isolate endlessh from metric socket
1 parent 6dae9ac commit 85b2961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
ports:
9393
- "${SSH_PORT}:${SSH_PORT}"
9494
volumes:
95-
- tarpit-sock:/tmp # Share socket with prometheus-exporter
95+
# - tarpit-sock:/tmp # Share socket with prometheus-exporter
9696
command: ["-${SSH_BIND_FAMILY}", "-d ${SSH_DELAY}", "-l ${SSH_MAX_LINE_LENGTH}", "-m ${SSH_MAX_CLIENTS}", "-p ${SSH_PORT}", "-v"]
9797
depends_on:
9898
- prometheus-exporter

0 commit comments

Comments
 (0)