mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-14 20:43:57 +00:00
delete unused environment variable
may cause problem when not defined, and not adding slack support as can't make it conditional
This commit is contained in:
parent
3f612e004d
commit
8d0be2b0b9
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
ports:
|
||||
- "{{ speedtest_port_http }}:80"
|
||||
env:
|
||||
SLACK_WEBHOOK: "webhook"
|
||||
TZ: "{{ ansible_nas_timezone }}"
|
||||
restart_policy: unless-stopped
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue