Files
curs-sobirania-digital/bentopdf/docker-compose.yml
Guillem Hernandez Sola f1fe15d1b5 Tots els compose
2026-06-30 13:12:37 +02:00

19 lines
444 B
YAML

# /opt/stacks/bentopdf/docker-compose.yml
services:
bentopdf:
container_name: bentopdf
image: bentopdfteam/bentopdf:latest # Imatge activa — bentopdf/bentopdf és deprecated!
restart: unless-stopped
environment:
TZ: Europe/Madrid
ports:
- "9999:8080" # Només local → via Nginx Proxy Manager
networks:
- shared_net
networks:
shared_net:
external: true
name: shared_net