mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Improving comments
This commit is contained in:
parent
dcda2d3426
commit
7785036004
@ -21,7 +21,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' mean read-only
|
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' means read-only
|
||||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' mean read-only
|
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' means read-only
|
||||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
@ -33,7 +33,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
- "./pigallery2/config:/app/data/config" # CHANGE ME
|
||||||
- "db-data:/app/data/db"
|
- "db-data:/app/data/db"
|
||||||
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' mean read-only
|
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' means read-only
|
||||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
|
@ -600,7 +600,7 @@ export class ClientPhotoConfig {
|
|||||||
name: $localize`Supported photo formats`,
|
name: $localize`Supported photo formats`,
|
||||||
priority: ConfigPriority.underTheHood
|
priority: ConfigPriority.underTheHood
|
||||||
},
|
},
|
||||||
description: $localize`Photo formats that are supported.`,
|
description: $localize`Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.`,
|
||||||
})
|
})
|
||||||
supportedFormats: string[] = ['gif', 'jpeg', 'jpg', 'jpe', 'png', 'webp', 'svg'];
|
supportedFormats: string[] = ['gif', 'jpeg', 'jpg', 'jpe', 'png', 'webp', 'svg'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user