Update xteve.yml

fixed tmp & changed to host network
This commit is contained in:
Kyle Button
2019-01-13 19:57:51 -06:00
committed by GitHub
parent 427399a556
commit 452499f723

View File

@@ -36,7 +36,7 @@
set_fact:
pg_volumes:
- '/opt/appdata/{{pgrole}}:/home/xteve/xteve'
- '/opt/appdata/{{pgrole}}/temp:/temp/xteve'
- '/opt/appdata/{{pgrole}}/temp:/tmp/xteve'
- '{{path.stdout}}:{{path.stdout}}'
- '/etc/localtime:/etc/localtime:ro'
- '/mnt:/mnt'
@@ -60,7 +60,7 @@
env: '{{pg_env}}'
restart_policy: unless-stopped
networks:
- name: plexguide
- name: host
aliases:
- '{{pgrole}}'
state: started