################ # Test environment Docker Compose file # # Use this compose file when mounting a network drive as your library # # Variables that will need to be changed: # - User id for folder/file permissions # - Group id for folder/file permissions # - Path where unmanic will store config files # - Cache path for in-progress encoding tasks # - Remote IP address of CIFS mount # - Path in remote machine to be mounted as your library # - Remote mount username # - Remote mount password # version: '1' services: unmanic: container_name: unmanic image: josh5/unmanic:latest ports: - 8888:8888 environment: - PUID= - PGID= volumes: - :/config - cifs_mount:/library - :/tmp/unmanic volumes: cifs_mount: driver: local driver_opts: type: cifs device: /// o: "username=,password=,vers=3.0,uid=,gid="