Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Oct 20, 2023
1 parent f4b6c2b commit 7c8b55e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
MYSQL_ROOT_PASSWORD: $MYSQL_ADMIN_PASSWORD
TZ: $TZ

bluecherry:
bc-server:
image: bluecherrydvr/bluecherry:latest
container_name: bc-server
cap_add:
Expand All @@ -39,6 +39,8 @@ services:
volumes:
- ./recordings:/var/lib/bluecherry/recordings
- ./data/bconf:/var/lib/bluecherry/.local/share/data/bconf
- ./data/letsencrypt:/usr/share/bluecherry/nginx-includes/letsencrypt
- ./data/backups:/usr/share/bluecherry/backups
# - ./server/bluecherry.conf:/etc/bluecherry.conf
# Enable this only if you have a supported VAAPI device and /dev/dri exists on the host system.
# devices:
Expand Down

0 comments on commit 7c8b55e

Please sign in to comment.