Skip to content

Commit

Permalink
Use container_name for docker-proxy too
Browse files Browse the repository at this point in the history
Avoid naming issues.
  • Loading branch information
wwfch-cyrill authored Apr 26, 2024
1 parent adaeb91 commit b8a061f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ x-logging: &default-logging
services:
docker-proxy:
image: alpine/socat
container_name: docker-proxy
command: -t 900 TCP-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock
ports:
- "2375"
Expand Down

0 comments on commit b8a061f

Please sign in to comment.