Skip to content

Commit

Permalink
Merge pull request #11 from joshdev8/add-missing-radarr-properties
Browse files Browse the repository at this point in the history
fix: add missing radarr ports
  • Loading branch information
joshdev8 authored Feb 22, 2024
2 parents ef67fb9 + b972cb0 commit 589a423
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ services:
- ${USERDIR}/Downloads/completed:/data/completed
- ${USERDIR}/Downloads/completed/recyclingBin:/data/completed/recyclingBin
# ADD ADDITIONAL HARD DRIVE MOUNT POINTS HERE
ports:
- "7878:7878"
restart: always
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}

influxdb:
image: influxdb:2.1.1
Expand Down

0 comments on commit 589a423

Please sign in to comment.