1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add docker-compose.yml file for Setup utility

This commit is contained in:
Tim Möhlmann
2018-08-26 21:08:20 +03:00
parent ac62f26dfd
commit 6fc51d879b

13
setup/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
# This file is used to run the mailu/setup utility
version: '2'
services:
redis:
image: redis:alpine
setup:
image: mailu/setup
ports:
- "80:80"