remove bloat
This commit is contained in:
parent
1bac7324ba
commit
32ad8cc155
6 changed files with 2 additions and 35 deletions
|
|
@ -6,14 +6,10 @@ services:
|
|||
container_name: tsdproxy
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- tsdproxydata:/data
|
||||
- ./data:/data
|
||||
environment:
|
||||
# Get AuthKey from your Tailscale account
|
||||
- TSDPROXY_AUTHKEY=${TSD_PROXY_AUTH}
|
||||
# Address of docker server (access to example.com ports)
|
||||
- TSDPROXY_HOSTNAME=${TSD_PROXY_HOSTNAME}
|
||||
- DOCKER_HOST=unix:///var/run/docker.sock
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
tsdproxydata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue