feat:调整ms365-e5-renew-x细节
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
version: '3.9'
|
||||
version: '3'
|
||||
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
|
||||
ms365-e5-renew-x:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:1066"
|
||||
volumes:
|
||||
- ./Deploy:/app/Deploy
|
||||
- ./appdata:/app/appdata
|
||||
environment:
|
||||
- TZ=${TIME_ZONE}
|
||||
image: hanhongyong/ms365-e5-renew-x:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user