Commented out msmtpd service in production.yml

This commit is contained in:
2024-03-04 12:08:58 +08:00
parent b39517df5c
commit 998fed0640
+13 -13
View File
@@ -82,19 +82,19 @@ services:
expose:
- 80
msmtpd:
image: crazymax/msmtpd:latest
container_name: flarum_msmtpd
env_file:
- "./msmtpd.env"
environment:
- "TZ"
restart: always
expose:
- 2500
networks:
- net
- default
# msmtpd:
# image: crazymax/msmtpd:latest
# container_name: flarum_msmtpd
# env_file:
# - "./msmtpd.env"
# environment:
# - "TZ"
# restart: always
# expose:
# - 2500
# networks:
# - net
# - default
traefik:
environment: