rainloop/docker-compose.yml

14 lines
206 B
YAML
Raw Normal View History

2016-04-19 19:14:31 +00:00
version: '2'
volumes:
rainloop_data: {}
services:
webmail:
image: andrey01/rainloop
network_mode: bridge
ports:
- "80:8080/tcp"
volumes:
- rainloop_data:/opt/rainloop/data