mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 00:17:10 +00:00
Switch mymediaforalexa back to host networking
This commit is contained in:
parent
ea4acb93c2
commit
344af161a0
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@
|
|||
volumes:
|
||||
- "{{ mymediaforalexa_media_directory }}:/medialibrary:rw"
|
||||
- "{{ mymediaforalexa_data_directory }}:/datadir:rw"
|
||||
ports:
|
||||
- "52050:52050"
|
||||
- "52051:52051"
|
||||
network_mode: host
|
||||
restart_policy: unless-stopped
|
||||
memory: 1g
|
||||
|
||||
|
|
Loading…
Reference in a new issue