docker: update compose file to use correct image, change restart policy
This commit is contained in:
parent
bf3c8353bc
commit
911d9f7ca9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user