1
0

Add ms365-e5-renew-x

This commit is contained in:
Anyexyz
2024-03-24 11:37:38 +00:00
parent 30f8474f94
commit 193d031294
6 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: '3.9'
services:
ms365-e5-renew-x:
image: hanhongyong/ms365-e5-renew-x:latest
container_name: ${CONTAINER_NAME}
environment:
- TZ=Asia/Shanghai
ports:
- ${PANEL_APP_PORT_HTTP}:1066
networks:
- 1panel-network
volumes:
- ./Deploy:/app/Deploy
- ./appdata:/app/appdata
networks:
1panel-network:
external: true