Adapt to custom PGID and PUID
This commit is contained in:
		
							parent
							
								
									a802e279e6
								
							
						
					
					
						commit
						d4107b1628
					
				|  | @ -3,6 +3,8 @@ ACME_MAIL=my-email@my-provider.com | ||||||
| HTTP_USER=myuser | HTTP_USER=myuser | ||||||
| HTTP_PASSWORD=mypassword_encoded | HTTP_PASSWORD=mypassword_encoded | ||||||
| PORTAINER_ADMIN_PASSWORD=h4ckMePleAse | PORTAINER_ADMIN_PASSWORD=h4ckMePleAse | ||||||
|  | PGID=1000 | ||||||
|  | PUID=1000 | ||||||
| 
 | 
 | ||||||
| # Filerun | # Filerun | ||||||
| MYSQL_ROOT_PASSWORD=your_mysql_root_password | MYSQL_ROOT_PASSWORD=your_mysql_root_password | ||||||
|  |  | ||||||
|  | @ -27,8 +27,8 @@ services: | ||||||
|             - configdeluge:/config |             - configdeluge:/config | ||||||
|             - downloads:/downloads |             - downloads:/downloads | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=deluge' |             - 'traefik.backend=deluge' | ||||||
|  | @ -105,8 +105,8 @@ services: | ||||||
|     #         - config:/config |     #         - config:/config | ||||||
|     #         - torrents:/torrents |     #         - torrents:/torrents | ||||||
|     #     environment: |     #     environment: | ||||||
|     #         - PGID=0 |     #         - PGID=${PGID} | ||||||
|     #         - PUID=0 |     #         - PUID=${PUID} | ||||||
|     #         - TZ=Europe/Paris |     #         - TZ=Europe/Paris | ||||||
|     #         - VERSION=latest |     #         - VERSION=latest | ||||||
|     #     labels: |     #     labels: | ||||||
|  | @ -126,8 +126,8 @@ services: | ||||||
|             - torrents:/downloads |             - torrents:/downloads | ||||||
|             - /etc/localtime:/etc/localtime:ro |             - /etc/localtime:/etc/localtime:ro | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=jackett' |             - 'traefik.backend=jackett' | ||||||
|  | @ -146,8 +146,8 @@ services: | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|             - /etc/localtime:/etc/localtime:ro |             - /etc/localtime:/etc/localtime:ro | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=sonarr' |             - 'traefik.backend=sonarr' | ||||||
|  | @ -167,8 +167,8 @@ services: | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|             - /etc/localtime:/etc/localtime:ro |             - /etc/localtime:/etc/localtime:ro | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=radarr' |             - 'traefik.backend=radarr' | ||||||
|  | @ -185,8 +185,8 @@ services: | ||||||
|         volumes: |         volumes: | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=bazarr' |             - 'traefik.backend=bazarr' | ||||||
|  | @ -204,8 +204,8 @@ services: | ||||||
|             - configtautulli:/config |             - configtautulli:/config | ||||||
|             - config:/logs:ro # Inside of tautulli, bind to logs via "/logs/Plex Media Server/Logs" |             - config:/logs:ro # Inside of tautulli, bind to logs via "/logs/Plex Media Server/Logs" | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.tautulli.backend=tautulli' |             - 'traefik.tautulli.backend=tautulli' | ||||||
|  | @ -221,8 +221,8 @@ services: | ||||||
|             - configjdownloader:/config |             - configjdownloader:/config | ||||||
|             - downloads:/output |             - downloads:/output | ||||||
|         environment: |         environment: | ||||||
|             - USER_ID=0 |             - USER_ID=${PUID} | ||||||
|             - GROUP_ID=0 |             - GROUP_ID=${PGID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=jdownloader' |             - 'traefik.backend=jdownloader' | ||||||
|  | @ -240,8 +240,8 @@ services: | ||||||
|             - confignextcloud:/config |             - confignextcloud:/config | ||||||
|             - alldata:/data |             - alldata:/data | ||||||
|         environment: |         environment: | ||||||
|             - PGID=0 |             - PGID=${PGID} | ||||||
|             - PUID=0 |             - PUID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=nextcloud' |             - 'traefik.backend=nextcloud' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue