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
@@ -20,7 +20,7 @@ These are the main tags for the image. There is also a tag for each commit and i
20
20
name: "socket-proxy"
21
21
services:
22
22
socket-proxy:
23
-
image: "11notes/socket-proxy:1.0.0"
23
+
image: "11notes/socket-proxy:1.0.1"
24
24
volumes:
25
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
26
26
- "socket-proxy:/socket-proxy/run"# this socket is run as 1000:1000, not as root!
@@ -111,4 +111,4 @@ networks:
111
111
# ElevenNotes™️
112
112
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