Use LSIO docker socket proxy
All checks were successful
/ terraform (push) Successful in 53s
/ ansible (push) Successful in 1m31s

This commit is contained in:
Jake Howard 2024-04-23 19:52:48 +01:00
parent ee96e6ab08
commit 8929a22ce5
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ services:
- docker_proxy - docker_proxy
docker_proxy: docker_proxy:
image: tecnativa/docker-socket-proxy:latest image: lscr.io/linuxserver/socket-proxy:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- POST=1 - POST=1

View file

@ -25,7 +25,7 @@ services:
- ./redis:/data - ./redis:/data
docker_proxy: docker_proxy:
image: tecnativa/docker-socket-proxy:latest image: lscr.io/linuxserver/socket-proxy:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- POST=1 - POST=1

View file

@ -23,7 +23,7 @@ services:
- proxy_private - proxy_private
docker_proxy: docker_proxy:
image: tecnativa/docker-socket-proxy:latest image: lscr.io/linuxserver/socket-proxy:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
- CONTAINERS=1 - CONTAINERS=1