Only expose socket proxy on internal networks

This commit is contained in:
Jake Howard
2024-09-09 12:18:09 +01:00
parent 66036cd301
commit cdaa626068
4 changed files with 33 additions and 0 deletions

View File

@ -29,6 +29,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- proxy_private
tmpfs:
- /run
logging:
driver: none