docker: update compose file to use correct image, change restart policy

This commit is contained in:
Aidan 2025-03-01 15:45:18 -05:00
parent bf3c8353bc
commit 911d9f7ca9

View File

@ -1,8 +1,9 @@
services:
mail-connect:
image: "git.pontusmail.org/librecloud/web:latest"
image: "git.pontusmail.org/librecloud/mail-connect:latest"
container_name: mail-connect
env_file: ".env"
restart: always
ports:
- "6723:3000"
volumes: