mirror of
https://github.com/alam00000/bentopdf.git
synced 2025-12-24 06:40:05 -05:00
Add development docker-compose configuration and switch production config to use pre-built image docs: update README with improved setup instructions and new features
10 lines
165 B
YAML
10 lines
165 B
YAML
services:
|
|
bentopdf:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: bentopdf
|
|
ports:
|
|
- '3000:80'
|
|
restart: unless-stopped
|