Update main.yml

This commit is contained in:
David Stephens 2021-02-09 22:47:18 +00:00 committed by GitHub
parent 6d89265cc0
commit 10e59ae053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: