You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dust-Mail/docker-compose.yml

13 lines
281 B

version: '3.3'
services:
app:
build:
context: .
dockerfile: apps/server/Dockerfile
container_name: dust-mail-development
volumes:
- ./apps/server/config/config.toml:/home/dust-mail/.config/dust-mail-server/config.toml
ports:
- 8080:8080