Update setup's own docker-compose.yml file

master
Tim Möhlmann 6 years ago
parent eccadeca16
commit 2b6f5ea3d0
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

@ -1,13 +1,13 @@
# This file is used to run the mailu/setup utility
version: '2'
version: '3.6'
services:
redis:
image: redis:alpine
setup:
image: mailu/setup
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-master}
ports:
- "8000:80"
build: .

Loading…
Cancel
Save