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