Merge pull request #581 from usrpro/feat-setup-compose

Add a compose file for mailu/setup
master
kaiyou 6 years ago committed by GitHub
commit 99914c50fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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