Add ts proxy container name

This commit is contained in:
2025-08-07 00:27:52 -07:00
parent aef48c9132
commit 322179cc93

View File

@@ -16,6 +16,7 @@ services:
tsdproxy: tsdproxy:
image: almeidapaulopt/tsdproxy:1 image: almeidapaulopt/tsdproxy:1
container_name: tsdproxy
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- tsdproxy-data:/data - tsdproxy-data:/data