Skip to content

Commit eebfadb

Browse files
committed
2 parents 3e5a740 + 4a04d96 commit eebfadb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ name: "socket-proxy"
2121
services:
2222
socket-proxy:
2323
image: "11notes/socket-proxy:1.0.0"
24-
network_mode: "none" # removes all network capabillities from the container
2524
volumes:
2625
- "/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
2726
- "socket-proxy:/socket-proxy/run" # this socket is run as 1000:1000, not as root!
@@ -111,4 +110,4 @@ ${{ content_built }}
111110
# ElevenNotes™️
112111
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).
113112

114-
*created 19.3.2025, 13:40:36 (CET)*
113+
*created 19.3.2025, 14:14:50 (CET)*

0 commit comments

Comments
 (0)