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

15 lines
243 B
YAML

# This file is used to run the mailu/setup utility
version: '3.6'
services:
redis:
image: redis:alpine
setup:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-master}
ports:
- "8000:80"
build: .