mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 02:53:11 +00:00
Update main.yml
This commit is contained in:
parent
6d89265cc0
commit
10e59ae053
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
# mode: 0755
|
||||
with_items:
|
||||
- "{{ cloudcmd_data_directory }}"
|
||||
|
||||
|
@ -15,7 +14,6 @@
|
|||
volumes:
|
||||
- "{{ cloudcmd_data_directory }}:/config:rw"
|
||||
- "{{ cloudcmd_browse_directory }}:/mnt/fs"
|
||||
network_mode: "bridge"
|
||||
ports:
|
||||
- "{{ cloudcmd_port }}:8000"
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue