mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-05-03 08:50:32 +00:00
14 lines
429 B
YAML
14 lines
429 B
YAML
services:
|
|
bentopdf:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
APP_USER_ID: 1001 // default value is 1001 can be customized to any other value
|
|
APP_GROUP_ID: 1001 // default value is 1001 can be customized to any other value
|
|
SIMPLE_MODE: false // false for default mode, true for simple mode
|
|
container_name: bentopdf
|
|
ports:
|
|
- '3000:80'
|
|
restart: unless-stopped
|