This commit is contained in:
17
compose.yml
Normal file
17
compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
mailrise_server:
|
||||
container_name: mailrise_server
|
||||
image: yoryan/mailrise:1.4.0
|
||||
restart: unless-stopped
|
||||
user: 2004:2004 # mailrise_server:mailrise_server
|
||||
networks:
|
||||
- mailrise_network
|
||||
ports:
|
||||
- 8025:8025 # Listen Port
|
||||
volumes:
|
||||
- ./config.yml:/etc/mailrise.conf:ro
|
||||
|
||||
networks:
|
||||
mailrise_network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user