Actualiser Tugtainer/docker-compose.yml

This commit is contained in:
2026-02-17 10:46:30 +00:00
parent 96a3711bc7
commit c9095dadf3

View File

@@ -2,9 +2,6 @@ networks:
tugtainer_agent:
driver: bridge
services:
# Socket proxy is used by default,
# but you can mount docker socket directly
# and remove this service and DOCKER_HOST variable
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
container_name: socket-proxy
@@ -34,14 +31,9 @@ services:
- socket-proxy
container_name: tugtainer-agent
image: quenary/tugtainer-agent:latest
# volumes:
# You can uncomment this to mount socket directly,
# and remove socket-proxy service and DOCKER_HOST variable
# - /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
environment:
# The list of available variables is in env.example
AGENT_SECRET: Rackham59
AGENT_SECRET: ${AGENT_SECRET}
DOCKER_HOST: tcp://socket-proxy:2375
read_only: true
tmpfs: