selfhosting/09-bichon/docker-compose.bichon.yml
2025-12-07 12:32:28 +01:00

12 lines
339 B
YAML

services:
bichon:
container_name: bichon
image: 'rustmailer/bichon:latest'
environment:
- BICHON_LOG_LEVEL=INFO
- BICHON_ROOT_DIR=/data
ports:
- '8019:15630'
restart: unless-stopped
volumes:
- ${ROOT_INSTALL}/data/bichon:/data