mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-01-22 21:09:39 -05:00
- Add new formatIsoDate helper for human-readable dates - Enhance PDF info dictionary display with better null handling - Implement structured XMP metadata parsing with formatted output - Improve error handling for metadata processing
10 lines
249 B
YAML
10 lines
249 B
YAML
services:
|
|
bentopdf:
|
|
# simple mode - bentopdf/bentopdf-simple:latest
|
|
# default mode - bentopdf/bentopdf:latest
|
|
image: bentopdf/bentopdf-simple:latest
|
|
container_name: bentopdf
|
|
restart: unless-stopped
|
|
ports:
|
|
- '3000:80'
|