Test another nextcloud image
This commit is contained in:
		
							parent
							
								
									1726a2be29
								
							
						
					
					
						commit
						20dfd5d9ee
					
				|  | @ -217,7 +217,7 @@ services: | ||||||
|             - 'traefik.enable=true' |             - 'traefik.enable=true' | ||||||
| 
 | 
 | ||||||
|     nextcloud: |     nextcloud: | ||||||
|         image: linuxserver/nextcloud |         image: wonderfall/nextcloud | ||||||
|         restart: always |         restart: always | ||||||
|         networks: |         networks: | ||||||
|             - web |             - web | ||||||
|  | @ -225,14 +225,12 @@ services: | ||||||
|             - confignextcloud:/config |             - confignextcloud:/config | ||||||
|             - alldata:/data |             - alldata:/data | ||||||
|         environment: |         environment: | ||||||
|             - PGID=${PGID} |             - GID=${PGID} | ||||||
|             - PUID=${PUID} |             - UID=${PUID} | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=nextcloud' |             - 'traefik.backend=nextcloud' | ||||||
|             - "traefik.port=443" |             - 'traefik.port=8888' | ||||||
|             - "traefik.protocol=https" |  | ||||||
|             - "traefik.frontend.headers.SSLRedirect=true" |  | ||||||
|             - 'traefik.frontend.rule=Host:nextcloud.${TRAEFIK_DOMAIN}' |             - 'traefik.frontend.rule=Host:nextcloud.${TRAEFIK_DOMAIN}' | ||||||
|             - 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}' |             - 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
|             - 'traefik.enable=true' |             - 'traefik.enable=true' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue