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

15 lines
185 B
YAML
Raw Normal View History

# This file is used to run the mailu/setup utility
version: '2'
services:
redis:
image: redis:alpine
setup:
image: mailu/setup
ports:
- "8000:80"
2018-10-16 11:34:55 +02:00
build: .