Skip to content

Commit

Permalink
modified volume mounts to use hardlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSaifA authored Jun 26, 2022
1 parent ec82767 commit 7fd3857
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ services:
- "7878:7878"
volumes:
- $DOCKERDIR/appdata/radarr:/config
- $DATADIR/downloads:/data/downloads
- $DATADIR/media:/data/media
- $DATADIR:/data
- "/etc/localtime:/etc/localtime:ro"
environment:
<<: *default-tz-puid-pgid
Expand All @@ -256,8 +255,7 @@ services:
- "8989:8989"
volumes:
- $DOCKERDIR/appdata/sonarr:/config
- $DATADIR/downloads:/data/downloads
- $DATADIR/media:/data/media
- $DATADIR:/data
- "/etc/localtime:/etc/localtime:ro"
environment:
<<: *default-tz-puid-pgid
Expand All @@ -271,8 +269,7 @@ services:
- "8987:8987"
volumes:
- $DOCKERDIR/appdata/readarr:/config
- $DATADIR/downloads:/data/downloads
- $DATADIR/media/books:/data/media/books
- $DATADIR:/data
- "/etc/localtime:/etc/localtime:ro"
environment:
<<: *default-tz-puid-pgid
Expand Down

0 comments on commit 7fd3857

Please sign in to comment.