1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +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
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

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"