Skip to content

Commit

Permalink
feat: update socat
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Mar 29, 2023
1 parent 469205c commit 00a621d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ services:
command: java -jar /usr/share/jenkins/agent.jar -jnlpUrl ${JNLP_URL} -secret ${SECRET}

docker-api:
image: bobrik/socat
image: alpine/socat
container_name: jenkins-docker-api
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 2375:2375
command: TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
command: tcp-listen:2375,fork,reuseaddr unix-connect:/var/run/docker.sock

0 comments on commit 00a621d

Please sign in to comment.