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

9 lines
224 B
Plaintext
Raw Normal View History

2024-12-03 01:47:43 -05:00
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/