Eric Nemchik b84215f62d Fix exclusion regex
`ci` was preventing `audacity` from being included.

Old logic:
`docker-` followed by any characters, but look for pattern X to exclude, so `docker-someXthing` would be excluded.

New logic:
`docker-` followed immediately by pattern X and then a `.` should be excluded, anything else should be included
2022-12-07 11:43:52 -06:00
2022-11-29 01:30:49 +00:00
2022-12-07 11:43:52 -06:00
2019-01-27 11:19:49 +00:00
2022-11-28 00:36:48 +00:00
2022-10-03 09:48:16 -04:00
2021-08-20 17:25:27 +01:00
2019-05-30 20:40:55 +01:00
2022-11-29 01:30:49 +00:00
2019-03-16 13:24:50 +00:00
2022-11-30 14:21:12 +00:00

Introduction

Welcome to the home of the LinuxServer.io documentation! It is our goal to ensure that all of our images are properly documented with all of the relevant information in order to help our users get started. As well as individual set up guides for each of our images, there is also general information pertaining to the running of Docker containers, and best practices.

Want to get hold of the team?

The team resides primarily in our Discord server. We also have a forum if chat isn't your thing.

Where Link
Discord https://discord.gg/YWrKVTn
Forum https://discourse.linuxserver.io

For those interested in our CI environment via Jenkins: https://ci.linuxserver.io/

Description
No description provided
Readme GPL-3.0 1.3 GiB
Languages
Python 73.4%
Dockerfile 26.6%