Add bichon
This commit is contained in:
parent
4947d836ac
commit
7c67d8f093
1 changed files with 12 additions and 0 deletions
12
09-bichon/docker-compose.bichon.yml
Normal file
12
09-bichon/docker-compose.bichon.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Reference in a new issue