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_HOST=radarr.neo.famslof.nl
|
||||||
- VIRTUAL_PORT=7878
|
- VIRTUAL_PORT=7878
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=113
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/radarr/config:/config
|
- /srv/radarr/config:/config
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
- VIRTUAL_HOST=sonarr.neo.famslof.nl
|
- VIRTUAL_HOST=sonarr.neo.famslof.nl
|
||||||
- VIRTUAL_PORT=8989
|
- VIRTUAL_PORT=8989
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=113
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/sonarr/config:/config
|
- /srv/sonarr/config:/config
|
||||||
|
@ -75,7 +75,7 @@ services:
|
||||||
- VIRTUAL_HOST=lidarr.neo.famslof.nl
|
- VIRTUAL_HOST=lidarr.neo.famslof.nl
|
||||||
- VIRTUAL_PORT=8686
|
- VIRTUAL_PORT=8686
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=113
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/lidarr/config:/config
|
- /srv/lidarr/config:/config
|
||||||
|
@ -95,7 +95,7 @@ services:
|
||||||
- VIRTUAL_HOST=jackett.neo.famslof.nl
|
- VIRTUAL_HOST=jackett.neo.famslof.nl
|
||||||
- VIRTUAL_PORT=9117
|
- VIRTUAL_PORT=9117
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=113
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
links:
|
links:
|
||||||
- flaresolverr
|
- flaresolverr
|
||||||
|
@ -122,7 +122,7 @@ services:
|
||||||
- VIRTUAL_HOST=fin.neo.famslof.nl
|
- VIRTUAL_HOST=fin.neo.famslof.nl
|
||||||
- VIRTUAL_PORT=8096
|
- VIRTUAL_PORT=8096
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=113
|
||||||
- TZ=Europe/Amsterdam
|
- TZ=Europe/Amsterdam
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/jellyfin/config:/config
|
- /srv/jellyfin/config:/config
|
||||||
|
|
Reference in a new issue