Use docker group
This commit is contained in:
parent
9a4fb535fb
commit
89669189a5
1 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ services:
|
|||
- VIRTUAL_HOST=radarr.neo.famslof.nl
|
||||
- VIRTUAL_PORT=7878
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /srv/radarr/config:/config
|
||||
|
@ -55,7 +55,7 @@ services:
|
|||
- VIRTUAL_HOST=sonarr.neo.famslof.nl
|
||||
- VIRTUAL_PORT=8989
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /srv/sonarr/config:/config
|
||||
|
@ -75,7 +75,7 @@ services:
|
|||
- VIRTUAL_HOST=lidarr.neo.famslof.nl
|
||||
- VIRTUAL_PORT=8686
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /srv/lidarr/config:/config
|
||||
|
@ -95,7 +95,7 @@ services:
|
|||
- VIRTUAL_HOST=jackett.neo.famslof.nl
|
||||
- VIRTUAL_PORT=9117
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
links:
|
||||
- flaresolverr
|
||||
|
@ -122,7 +122,7 @@ services:
|
|||
- VIRTUAL_HOST=fin.neo.famslof.nl
|
||||
- VIRTUAL_PORT=8096
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /srv/jellyfin/config:/config
|
||||
|
|
Reference in a new issue