diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 0eed4fb..1b52c89 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -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! diff --git a/docker-compose.yml b/docker-compose.yml index 0268442..f00dbb8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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!