Skip to content

Commit 592d507

Browse files
committed
[feature] read_only added
1 parent 95da967 commit 592d507

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.2"
5+
read_only: true
56
user: "0:0" # make sure to use the same UID/GID as the owner of your docker socket!
67
volumes:
78
- "/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)