12 lines
339 B
YAML
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
|