feat:fix docker-compose
This commit is contained in:
@@ -4,6 +4,9 @@ services:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/pull-image/email-unlimit-backend:latest
|
||||
container_name: email-backend
|
||||
restart: always
|
||||
ports:
|
||||
- "5182:5182" # API port
|
||||
- "25:25" # SMTP port
|
||||
env_file:
|
||||
- compose.env
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user