Eric Nemchik
Eric Nemchik
I am trying to parse the following yml: ```yaml services: watchtower: image: containrrr/watchtower hostname: ${DOCKERHOSTNAME} labels: com.dockstarter.appinfo.deprecated: 'false' com.dockstarter.appinfo.description: Automatically update running Docker containers com.dockstarter.appinfo.nicename: Watchtower com.dockstarter.appvars.watchtower_cleanup: 'true' com.dockstarter.appvars.watchtower_enabled: 'true'...
I've been using a volume to make `/etc/youtube-dl.conf` persistent, because it seems like a bad idea to use `/etc` itself as a volume. It would be great if that file...
I've noticed everything downloaded seems to be set to owned by `root:root` which is a little not fun. Would it be possible for you to allow a controllable UID/GID such...
Is there anything in place that would allow strikes to decrease if no new strikes are accumulated over a period of time? If not this could be interpreted multiple ways:...
- rename existing babel and eslint configs to cjs file extension - use [eslint-define-config](https://www.npmjs.com/package/eslint-define-config) to ensure valid config - only apply typescript specific eslint rules to `*.ts` files - add...
Ref: https://github.com/linuxserver/docker-baseimage-alpine-nginx/pull/84 Jenkins logs look odd. Might need human test. Other recent PRs have the same suspicious looking logs.
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...
Fix #18
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: link tbd. - [x] Tests for the changes have been...