mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Enhancement: Add Docker Hub image
This commit is contained in:
parent
90a657c0fb
commit
f1d1c175f9
15 changed files with 538 additions and 228 deletions
18
examples/docker-compose.simple.yml
Normal file
18
examples/docker-compose.simple.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue