Skip to content

Commit

Permalink
Merge pull request Tauffer-Consulting#276 from Tauffer-Consulting/fix…
Browse files Browse the repository at this point in the history
…/docker-proxy

fix: use alpine linux socat image
  • Loading branch information
vinicvaz authored Apr 19, 2024
2 parents c7f18e1 + 9dc1cc8 commit b3670c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ services:

# Domino Docker Proxy
docker-proxy:
image: bobrik/socat
image: alpine/socat
container_name: domino-docker-proxy
command: "TCP4-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock"
ports:
Expand Down
2 changes: 1 addition & 1 deletion src/domino/cli/utils/docker-compose-without-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ services:

# Domino Docker proxy
docker-proxy:
image: bobrik/socat
image: alpine/socat
container_name: domino-docker-proxy
command: "TCP4-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock"
ports:
Expand Down
2 changes: 1 addition & 1 deletion src/domino/cli/utils/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ services:

# Domino Docker proxy
docker-proxy:
image: bobrik/socat
image: alpine/socat
container_name: domino-docker-proxy
command: "TCP4-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock"
ports:
Expand Down

0 comments on commit b3670c3

Please sign in to comment.