This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
pontus-mail/docker-compose.yml.example
2024-12-03 01:47:43 -05:00

9 lines
224 B
Plaintext

services:
mail:
image: nginx
restart: always
ports:
- 2380:80
volumes:
- /path/to/root/default.conf:/etc/nginx/conf.d/default.conf
- /path/to/root/public:/data/www/