Files
Mailu/docs/docker-compose.yml
Florent Daigniere cfd7e6b690 fix warnings again
2024-06-19 14:50:09 +02:00

10 lines
228 B
YAML

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