Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. updatetool:
  2. image: mynttt/updatetool
  3. container_name: updatetool
  4. environment:
  5. - RUN_EVERY_N_HOURS=2
  6. - CLEAR_CACHE_EVERY_N_DAYS=14
  7. - OMDB_API_KEY=xxxxxxxxxxxx
  8. volumes:
  9. - /opt/appdata/plex/config/Library/Application Support/Plex Media Server:/plexdata:ro
  10. - /opt/appdata/plexupdate/config:/config:rw
  11. network_mode: host
  12. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement