salty
salty
You know that the compose linked doesn't even have this application right?
https://github.com/9001/copyparty/blob/1c86b64a4ee5c577baa208f3682fb86e723ca82f/docs/examples/docker/basic-docker-compose/docker-compose.yml
There is no information regarding the Docker daemon configuration so for all we know he uses the default userland proxy setting which lowers performance.
This could be an opportunity to decouple the default instance from any additional ones, the issue being that if you want to edit the main instance, currently, without affecting the...
Role change could look like this: ```yaml # Image plex_role_docker_image_pull: true plex_role_docker_image_repo: "plexinc/pms-docker" plex_role_docker_image_tag: "latest" plex_role_docker_image: "{{ lookup('vars', plex_name + '_docker_image_repo', default=plex_role_docker_image_repo) + ':' + lookup('vars', plex_name + '_docker_image_tag', default=plex_role_docker_image_tag)...
implemented in role-factor
You don't need caddy, just multiple routers on the Traefik side to handle the 2 unique paths.
Because they don't know what they are doing I suppose.
I mean they have this bit in their NPM guide: > As Docker by default does not run as your user, this may not be the best location to put...