parent
b7a882d874
commit
2499666e95
|
|
@ -12,8 +12,8 @@ services:
|
|||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_SMTP:-8025}:8025
|
||||
- ${PANEL_APP_PORT_IMAP:-11143}:11143
|
||||
- ${PANEL_APP_PORT_SMTP:-8025}:${PANEL_APP_PORT_SMTP:-8025}
|
||||
- ${PANEL_APP_PORT_IMAP:-11143}:${PANEL_APP_PORT_IMAP:-11143}
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
|
|
|
|||
Loading…
Reference in New Issue