Naposledy aktivní 1745438554

uno strumento per la conversione di file e l'elaborazione di immagini

Revize fa2da30744f97347071c9505b8df87f0c9c4fcf6

docker-compose.yml Raw
1services:
2 reubah:
3 container_name: reubah
4 hostname: reubah
5 image: ghcr.io/dendianugerah/reubah:latest
6 ports: ## commenta se utilizzi un reverse proxy
7 - 8081:8081 ## anche questa riga
8 environment:
9 PORT: 8081
10 volumes:
11 - ./tmp:/app/tmp:rw
12 - ./doctmp:/tmp:rw
13 restart: always