Add license_accept=1

This commit is contained in:
Nightshade
2019-05-12 10:07:22 -06:00
committed by GitHub
parent 12c229caec
commit 6aa38d0f15

View File

@@ -55,6 +55,8 @@
pg_env:
PUID: '1000'
PGID: '1000'
pg_cmd:
license_accepted: '1'
# MAIN DEPLOYMENT #############################################################
@@ -69,6 +71,7 @@
- '{{ports.stdout}}{{extport3}}:{{intport3}}'
volumes: '{{pg_volumes}}'
env: '{{pg_env}}'
cmd: '{{pg_cmd}}'
restart_policy: unless-stopped
networks:
- name: plexguide