Skip to content

Commit

Permalink
improve(docker): remove socat debug flags from docker-proxy (#12074)
Browse files Browse the repository at this point in the history
  • Loading branch information
perangel committed Apr 11, 2024
1 parent 9a64dab commit d5bd6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ x-logging: &default-logging
services:
docker-proxy:
image: alpine/socat
command: -d -d -t 900 TCP-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock
command: -t 900 TCP-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock
ports:
- "2375"
user: root
Expand Down

0 comments on commit d5bd6d2

Please sign in to comment.