mirror of
https://github.com/alam00000/bentopdf.git
synced 2025-12-23 22:28:49 -05:00
12 lines
253 B
YAML
12 lines
253 B
YAML
services:
|
|
bentopdf:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
SIMPLE_MODE: false # false for default mode, true for simple mode
|
|
container_name: bentopdf
|
|
ports:
|
|
- '8080:8080'
|
|
restart: unless-stopped
|