You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ name: "socket-proxy"
21
21
services:
22
22
socket-proxy:
23
23
image: "11notes/socket-proxy:1.0.0"
24
-
network_mode: "none"# removes all network capabillities from the container
25
24
volumes:
26
25
- "/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
27
26
- "socket-proxy:/socket-proxy/run"# this socket is run as 1000:1000, not as root!
@@ -111,4 +110,4 @@ ${{ content_built }}
111
110
# ElevenNotes™️
112
111
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-socket-proxy/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-socket-proxy/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-socket-proxy/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
0 commit comments