1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Mailu/setup/docker-compose.yml

15 lines
243 B
YAML
Raw Normal View History

# 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"
2018-10-16 11:34:55 +02:00
build: .