mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
18 lines
282 B
YAML
18 lines
282 B
YAML
version: '2'
|
|
services:
|
|
snappymail:
|
|
image: leojonathanoh/snappymail:merge
|
|
ports:
|
|
- 8888:8888
|
|
volumes:
|
|
- snappymail:/var/lib/snappymail
|
|
networks:
|
|
- default
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
default:
|
|
|
|
volumes:
|
|
snappymail:
|
|
driver: local
|