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 # This file is used to run the mailu/setup utility
version: '2' version: '3.6'
services: services:
redis: redis:
image: redis:alpine image: redis:alpine
setup: setup:
image: mailu/setup image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX}setup:${MAILU_VERSION:-master}
ports: ports:
- "8000:80" - "8000:80"
build: . build: .

Loading…
Cancel
Save