Add ms365-e5-renew-x
This commit is contained in:
17
apps/ms365-e5-renew-x/latest/docker-compose.yml
Normal file
17
apps/ms365-e5-renew-x/latest/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user