Disable headphones

pull/1/head
jowj 5 years ago
parent 823ce7850b
commit 87f7682b7a

@ -27,19 +27,19 @@ services:
- "/Users/josiah/Documents/apps/lidarr:/config"
- "/Users/josiah/Downloads/usenet-complete/:/downloads"
- "/Volumes/usenet/audio/:/music"
headphones:
image: "linuxserver/headphones"
ports:
- "8181:8181"
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: America/Chicago
volumes:
- "/Users/josiah/Documents/apps/headphones:/config"
- "/Users/josiah/Downloads/usenet-complete/:/downloads"
- "/Volumes/usenet/audio/:/music"
# headphones:
# image: "linuxserver/headphones"
# ports:
# - "8181:8181"
# restart: unless-stopped
# environment:
# PUID: 1000
# PGID: 1000
# TZ: America/Chicago
# volumes:
# - "/Users/josiah/Documents/apps/headphones:/config"
# - "/Users/josiah/Downloads/usenet-complete/:/downloads"
# - "/Volumes/usenet/audio/:/music"
radarr:
image: "linuxserver/radarr"
ports:

Loading…
Cancel
Save