diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index ff36ea205..88a0d50a5 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/stale@v8.0.0 with: - stale-issue-message: 'This issue has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' - stale-pr-message: 'This PR has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' + stale-issue-message: 'This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' + stale-pr-message: 'This PR has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' operations-per-run: 100 # These are the defaults at the time of writing. https://github.com/marketplace/actions/close-stale-issues - # days-before-stale: 45 + # days-before-stale: 28 # days-before-close: 7 diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 563622d66..82f5632fe 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -6,10 +6,11 @@ services: network_mode: host restart: unless-stopped # environment: + # S6_KEEP_ENV: 1 # Allow S6 to pass environment variables from compose file # PULSE_SERVER: unix:/tmp/pulseaudio.socket # Path for PulseAudio socket # PULSE_COOKIE: /tmp/pulseaudio.cookie # Path for PulseAudio cookie devices: - - "/dev/snd" # ALSA device + - "/dev/snd" # ALSA device, omit if using PulseAudio # volumes: # - ./volumes/shairport-sync/shairport-sync.conf:/etc/shairport-sync.conf # Customised Shairport Sync configuration file. # - /run/user/1000/pulse/native:/tmp/pulseaudio.socket # PulseAudio socket when using that backend