Add docker-compose.yml file for Setup utility

master
Tim Möhlmann 6 years ago
parent ac62f26dfd
commit 6fc51d879b
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

@ -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"
Loading…
Cancel
Save