Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 16, 2024
1 parent 8417113 commit e1d6c02
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: "3"
services:
dockerproxy:
container_name: dockerproxy
image: zoeyvid/docker-socket-proxy
restart: always
ports:
- "127.0.0.1:2375:2375"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
environment:
- "TZ=Europe/Berlin"
dockerproxy:
container_name: dockerproxy
image: zoeyvid/docker-socket-proxy
restart: always
ports:
- "127.0.0.1:2375:2375"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
environment:
- "TZ=Europe/Berlin"

0 comments on commit e1d6c02

Please sign in to comment.