We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95da967 commit 592d507Copy full SHA for 592d507
1 file changed
compose.yaml
@@ -1,7 +1,8 @@
1
name: "traefik" # this is a compose example for Traefik
2
services:
3
socket-proxy:
4
- image: "11notes/socket-proxy:2.1.0"
+ image: "11notes/socket-proxy:2.1.2"
5
+ read_only: true
6
user: "0:0" # make sure to use the same UID/GID as the owner of your docker socket!
7
volumes:
8
- "/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