Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
docker-socket-proxy:
image: 11notes/socket-proxy:2.1.2
image: 11notes/socket-proxy:2.1.4
container_name: docker-socket-proxy
read_only: true
user: "0:0" # make sure to use the same UID/GID as the owner of your docker socket!
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
docker-socket-proxy:
image: 11notes/socket-proxy:2.1.2
image: 11notes/socket-proxy:2.1.4
container_name: docker-socket-proxy
read_only: true
user: "0:0" # make sure to use the same UID/GID as the owner of your docker socket!
Expand Down