You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# This file is used to test the mailu/docs website
|
|
# Deployment files can be found on github.com/mailu/infra
|
|
|
|
version: '3'
|
|
|
|
services:
|
|
docs:
|
|
image: ${DOCKER_ORG:-mailu}/docs:${MAILU_VERSION:-master}
|
|
ports:
|
|
- 127.0.0.1:8000:80
|