mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
15 lines
185 B
YAML
15 lines
185 B
YAML
# This file is used to run the mailu/setup utility
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
redis:
|
|
image: redis:alpine
|
|
|
|
setup:
|
|
image: mailu/setup
|
|
ports:
|
|
- "8000:80"
|
|
build: .
|
|
|