Skip to content

Commit 8bed0fe

Browse files
committed
[fix] wrong tag
1 parent 92cad21 commit 8bed0fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compose.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: "socket-proxy"
22
services:
33
socket-proxy:
4-
image: "11notes/socket-proxy:ro"
5-
network_mode: "none" # removes all network capabillities from the container
4+
image: "11notes/socket-proxy:1.0.0"
65
volumes:
76
- "/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
87
- "socket-proxy:/socket-proxy/run" # this socket is run as 1000:1000, not as root!

0 commit comments

Comments
 (0)