Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
This commit is contained in:
15
hosts/vms/bulgaria-vm/rainloop.yml
Normal file
15
hosts/vms/bulgaria-vm/rainloop.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# RainLoop - Webmail
|
||||
# Port: 8888
|
||||
# Simple webmail client
|
||||
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
rainloop:
|
||||
image: wernerfred/docker-rainloop:latest
|
||||
container_name: docker-rainloop
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- /opt/docker-rainloop/data:/rainloop/data
|
||||
Reference in New Issue
Block a user