We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d8604 commit 6d1b012Copy full SHA for 6d1b012
scripts/nginx/41-deluge.yaml
@@ -13,7 +13,6 @@
13
- 58846:58846/tcp
14
volumes:
15
- /etc/localtime:/etc/localtime:ro
16
- - /bin/netstat:/bin/netstat:ro
17
- ${CONFIGS}/Deluge:/config
18
- ${DOWNLOADS}:/Downloads
19
- ${MEDIA}:/Media
@@ -27,8 +26,3 @@
27
26
- VIRTUAL_NETWORK=nginx-proxy
28
- LETSENCRYPT_HOST=deluge.${MYDOMAIN}
29
- LETSENCRYPT_EMAIL=${MYEMAIL}
30
-# healthcheck:
31
-# test: ["CMD-SHELL", "netstat -ntlp | grep :8112"]
32
-# interval: 10s
33
-# timeout: 2s
34
-# retries: 3
0 commit comments