1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-05 14:55:20 +02:00
Mailu/docs/docker-compose.yml

10 lines
228 B
YAML
Raw Normal View History

# This file is used to test the mailu/docs website
# Deployment files can be found on github.com/mailu/infra
2018-10-16 22:52:21 +02:00
services:
docs:
image: ${DOCKER_ORG:-mailu}/docs:${MAILU_VERSION:-master}
ports:
- 127.0.0.1:8000:80