Skip to content

Commit 573553f

Browse files
auto update README.md
1 parent daec675 commit 573553f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "traefik" # this is a compose example for Traefik
22
services:
33
socket-proxy:
4-
image: "11notes/socket-proxy:2.1.0"
4+
image: "11notes/socket-proxy:2.1.1"
55
user: "0:0" # make sure to use the same UID/GID as the owner of your docker socket!
66
volumes:
77
- "/run/docker.sock:/run/docker.sock:ro" # mount host docker socket, the :ro does not mean read-only for the socket, just for the actual file

0 commit comments

Comments
 (0)