Update docker-compose.yaml

This commit is contained in:
myve 2025-03-17 12:35:32 +00:00
commit 8d70e17909

View file

@ -4,8 +4,6 @@ services:
container_name: myvemail container_name: myvemail
restart: unless-stopped restart: unless-stopped
# build: .
# ports: # ports:
# - ${MYVEMAIL_PORT:-80}:80/tcp # - ${MYVEMAIL_PORT:-80}:80/tcp
# - 25:25/tcp # - 25:25/tcp
@ -14,6 +12,7 @@ services:
# - 993:993/tcp # - 993:993/tcp
network_mode: host network_mode: host
env_file: .env
environment: environment:
# Webmail port # Webmail port
MYVEMAIL_PORT: ${MYVEMAIL_PORT} MYVEMAIL_PORT: ${MYVEMAIL_PORT}